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 2020 # TODO: "= role defaults" - could be moved to a vars_file: on play with similar precedence effects
2121 resolv_conf_nameservers : []
2222
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-
3123 tuned_profile_baremetal : hpc-compute
3224 tuned_profile_vm : virtual-guest
3325 tuned_profile : " {{ tuned_profile_baremetal if ansible_virtualization_role != 'guest' else tuned_profile_vm }}"
148140 tasks_from : configure.yml
149141 vars :
150142 sssd_conf_src : " /mnt/cluster/hostconfig/{{ ansible_hostname }}/sssd.conf"
151- when : enable_sshd
143+ when : enable_sssd
152144
153145 - name : Configure sshd
154146 ansible.builtin.include_role :
You can’t perform that action at this time.
0 commit comments