Skip to content
Snippets Groups Projects
Commit fd3a19fc authored by Shahaan Ayyub's avatar Shahaan Ayyub
Browse files

Adding Karaage Variables and sample Playbook

parent f1680a54
No related branches found
No related tags found
No related merge requests found
---
-
hosts: ldap-server
roles:
# - easy-rsa-CA
# - ldapserver
sudo: true
vars_files:
- vars/karaageVars.yml
-
hosts: karaage-server
roles:
# - easy-rsa-certificate
- karaage3.1.17
sudo: true
vars_files:
- vars/karaageVars.yml
......@@ -6,7 +6,7 @@ organizationName: "Monash University"
emailAddress: "shahaan@gmail.com"
organizationUnit: "defaultUnit"
ldapDomain: "dc=monash,dc=edu,dc=au"
ldapManager: "cn=admin,dc=monash,dc=edu,dc=au"
ldapManager: "cn=Manager,dc=monash,dc=edu,dc=au"
ldapBindDN: "cn=ldapuser,ou=users,dc=monash,dc=edu,dc=au"
ldapUserBase: "ou=users,dc=monash,dc=edu,dc=au"
ldapGroupBase: "ou=groups,dc=monash,dc=edu,dc=au"
......
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