Skip to content

Commit 026fce1

Browse files
committed
remove redundant compute-init playbook vars
1 parent 52164b0 commit 026fce1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ansible/roles/compute_init/files/compute-init.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
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 }}"
@@ -148,7 +140,7 @@
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:

0 commit comments

Comments
 (0)