File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
ansible/roles/compute_init/files Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 20
20
# TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects
21
21
resolv_conf_nameservers : []
22
22
23
- sssd_enable_mkhomedir : false
24
- sssd_conf_dest : /etc/sssd/sssd.conf
25
- sssd_started : true
26
- sssd_enabled : true
27
-
28
- sshd_password_authentication : false
29
- sshd_conf_dest : /etc/ssh/sshd_config.d/10-ansible.conf
30
-
31
23
tuned_profile_baremetal : hpc-compute
32
24
tuned_profile_vm : virtual-guest
33
25
tuned_profile : " {{ tuned_profile_baremetal if ansible_virtualization_role != 'guest' else tuned_profile_vm }}"
148
140
tasks_from : configure.yml
149
141
vars :
150
142
sssd_conf_src : " /mnt/cluster/hostconfig/{{ ansible_hostname }}/sssd.conf"
151
- when : enable_sshd
143
+ when : enable_sssd
152
144
153
145
- name : Configure sshd
154
146
ansible.builtin.include_role :
You can’t perform that action at this time.
0 commit comments