We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22692e8 commit f24c538Copy full SHA for f24c538
environments/site/inventory/group_vars/all/sshd.yml
@@ -0,0 +1,3 @@
1
+---
2
+# Enable password authentication to allow LDAP users to log in
3
+sshd_password_authentication: true
environments/site/inventory/groups
@@ -91,8 +91,9 @@ cluster
91
# Hosts to configure sssd on
92
cluster
93
94
-[sshd]
+[sshd:children]
95
# Hosts where the OpenSSH server daemon should be configured
96
+login
97
98
[compute_init]
99
# EXPERIMENTAL: Compute hosts to enable joining cluster on boot on
0 commit comments