File tree Expand file tree Collapse file tree 12 files changed +4
-13
lines changed
install_yamls/molecule/default
openshift_provisioner_node/molecule/default Expand file tree Collapse file tree 12 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 2121 cifmw_install_yamls_vars :
2222 namespace : foobar
2323 openstack_ctlplane : controlplane-yaml-file.yaml
24- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2524 cifmw_install_yamls_repo : " {{ cifmw_installyamls_repos }}"
2625 zuul :
2726 branch : main
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ cifmw_libvirt_manager_configuration:
4646 memory : " {{ cifmw_libvirt_manager_compute_memory }}"
4747 cpus : " {{ cifmw_libvirt_manager_compute_cpus }}"
4848
49- cifmw_libvirt_manager_crc_pool : " {{ cifmw_crc_pool | default(lookup('env', 'HOME')) ~ '/.crc/machines/crc' }}"
49+ cifmw_libvirt_manager_crc_pool : " {{ cifmw_crc_pool | default(ansible_user_dir ~ '/.crc/machines/crc') }}"
5050cifmw_libvirt_manager_vol_prefix : ' '
5151cifmw_libvirt_manager_pool :
5252cifmw_libvirt_manager_pool_dir : " {{ cifmw_libvirt_manager_basedir }}/volumes"
Original file line number Diff line number Diff line change 2020 vars_files :
2121 - vars/net-def.yml
2222 vars :
23- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2423 cifmw_basedir : " /opt/basedir"
2524 cifmw_libvirt_manager_configuration :
2625 vms :
Original file line number Diff line number Diff line change 1818 hosts : instance
1919 gather_facts : true
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " /opt/basedir"
2322 _cifmw_libvirt_manager_layout :
2423 vms :
Original file line number Diff line number Diff line change 1818 hosts : instance
1919 gather_facts : true
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " /opt/basedir"
2322 cifmw_libvirt_manager_vm_net_ip_set :
2423 compute : 100
Original file line number Diff line number Diff line change 1919 gather_facts : true
2020 vars :
2121 cifmw_run_id : aabbcc11
22- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2322 cifmw_basedir : " /opt/basedir"
2423 _cifmw_libvirt_manager_layout :
2524 vms :
Original file line number Diff line number Diff line change 1818 hosts : instance
1919 gather_facts : true
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " /opt/basedir"
2322 cifmw_libvirt_manager_spineleaf_setup : true
2423 cifmw_libvirt_manager_network_interface_types :
Original file line number Diff line number Diff line change 33 hosts : instance
44 gather_facts : true
55 vars :
6- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
76 cifmw_basedir : " /opt/basedir"
87 compare_nets : >-
98 {{
Original file line number Diff line number Diff line change 8787 vars :
8888 vm : " {{ item | replace('cifmw-', '') }}"
8989 ansible.builtin.blockinfile :
90- path : " {{ lookup('env', 'HOME') }}/.ssh/config"
90+ path : " {{ ansible_user_dir }}/.ssh/config"
9191 marker : " ## {mark} {{ vm }} {{ inventory_hostname }}"
9292 state : absent
9393 create : true
332332- name : Clean local ssh config
333333 vars :
334334 cifmw_ssh_jumper_target : ' localhost'
335- cifmw_ssh_jumper_config_dir : " {{ lookup('env', 'HOME') }}/.ssh"
335+ cifmw_ssh_jumper_config_dir : " {{ ansible_user_dir }}/.ssh"
336336 ansible.builtin.include_role :
337337 name : " ssh_jumper"
338338 tasks_from : " cleanup.yml"
Original file line number Diff line number Diff line change 4040 target : localhost
4141 proxy_host : " {{ ansible_host | default(inventory_hostname) }}"
4242 proxy_user : " {{ ansible_user | default(lookup('env', 'USER')) }}"
43- ssh_dir : " {{ lookup('env', 'HOME') }}/.ssh"
43+ ssh_dir : " {{ ansible_user_dir }}/.ssh"
4444 ssh_ident :
4545 identity_file : >-
4646 {{
You can’t perform that action at this time.
0 commit comments