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 19
19
# TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects
20
20
resolv_conf_nameservers : []
21
21
22
- cacerts_cert_dir : " /mnt/cluster/cacerts"
23
-
24
22
tuned_profile_baremetal : hpc-compute
25
23
tuned_profile_vm : virtual-guest
26
24
tuned_profile : " {{ tuned_profile_baremetal if ansible_virtualization_role != 'guest' else tuned_profile_vm }}"
136
134
when : enable_etc_hosts
137
135
138
136
- 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"
140
141
when : enable_cacerts
141
142
142
143
- name : Configure tuned
Original file line number Diff line number Diff line change 32
32
dest : files/NetworkManager-dns-none.conf
33
33
- src : ../../basic_users/filter_plugins/filter_keys.py
34
34
dest : filter_plugins/filter_keys.py
35
- - src : ../../cacerts/tasks/configure.yml
36
- dest : tasks/cacerts.yml
35
+ - src : ../../cacerts
36
+ dest : roles/
37
37
- src : ../../tuned/tasks/configure.yml
38
38
dest : tasks/tuned.yml
39
39
- src : ../../stackhpc.nfs/tasks/nfs-clients.yml
You can’t perform that action at this time.
0 commit comments