Skip to content
Snippets Groups Projects
Commit 42a3cb37 authored by Chris Hines's avatar Chris Hines
Browse files

eample of how to use the ldap and karaage roles in the topplay

parent be8de26d
No related branches found
No related tags found
No related merge requests found
......@@ -92,3 +92,18 @@
# - { role: slurm }
# - { role: test_user }
#
- hosts: 'karaage'
vars:
x509_ca_server: "{{ groups['x509_ca'][0] }}"
smtp_smarthost: "does_not_exist.massive.org.au"
ldapDomain: "dc=test,dc=massive,dc=org,dc=au"
ldapURL: "ldaps://{{ hostvars[groups['ldapserver'][0]]['ansible_fqdn'] }}"
roles:
- { role: karaage2.7 }
- hosts: 'ldapserver'
vars:
x509_ca_server: "{{ groups['x509_ca'][0] }}"
ldapDomain: "dc=test,dc=massive,dc=org,dc=au"
roles:
- { role: ldapserver }
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