Skip to content
Snippets Groups Projects
Commit 6b00299d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

adding ldap and ssh roles to the computenodes

Former-commit-id: b44c8182
parent 4cf88495
No related branches found
No related tags found
1 merge request!313Mockldap without TLS enabled but capable
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
- { role: lmod, tags: [ other ] } - { role: lmod, tags: [ other ] }
- { role: enable_modules, default_modules: "modulecmd", tags: [ other ] } - { role: enable_modules, default_modules: "modulecmd", tags: [ other ] }
- { role: postfix, tags: [ mail, other ] } - { role: postfix, tags: [ mail, other ] }
- { role: ldapclient, ssl: false, tags: [ ldapclient ] }
- { role: pam_sshd, computenodepam: true, tags: [ authentication, pamd ] }
- { role: ssh-keepalive, tags: [ ssh ] }
- { role: enable_sudo_group, tags: [ authentication ] }
- hosts: 'VisNodes' - hosts: 'VisNodes'
vars_files: vars_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment