File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
ansible/roles/compute_init Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1919 # TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects
2020 resolv_conf_nameservers : []
2121
22- cacerts_cert_dir : " /mnt/cluster/cacerts"
23-
2422 tuned_profile_baremetal : hpc-compute
2523 tuned_profile_vm : virtual-guest
2624 tuned_profile : " {{ tuned_profile_baremetal if ansible_virtualization_role != 'guest' else tuned_profile_vm }}"
136134 when : enable_etc_hosts
137135
138136 - name : Configure cacerts
139- include_tasks : tasks/cacerts.yml
137+ ansible.builtin.include_role :
138+ name : cacerts
139+ vars :
140+ cacerts_cert_dir : " /mnt/cluster/cacerts"
140141 when : enable_cacerts
141142
142143 - name : Configure tuned
Original file line number Diff line number Diff line change 3232 dest : files/NetworkManager-dns-none.conf
3333 - src : ../../basic_users/filter_plugins/filter_keys.py
3434 dest : filter_plugins/filter_keys.py
35- - src : ../../cacerts/tasks/configure.yml
36- dest : tasks/cacerts.yml
35+ - src : ../../cacerts
36+ dest : roles/
3737 - src : ../../tuned/tasks/configure.yml
3838 dest : tasks/tuned.yml
3939 - src : ../../stackhpc.nfs/tasks/nfs-clients.yml
You can’t perform that action at this time.
0 commit comments