|
5 years ago | |
---|---|---|
templates | 5 years ago | |
vars | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
deploy-ldap-fusiondirectory.yml | 5 years ago |
These playbooks will deploy an OpenLDAP/FusionDirectory server.
Components:
Clone the reposiroty:
$ git clone https://git.theo-andreou.org/Personal/ansible-deploy-ldap-fusiondirectory.git
$ cd ansible-deploy-ldap-fusiondirectory
domain: example.org
organization: Example LTD
description: example
base_dn: dc=example,dc=org
locality: Limassol
state: Limassol
country: CY
allowed_ips:
- 192.168.0.0/24
- 10.0.0.0/24
language: en_US
timezone: Asia/Nicosia
$ ansible-vault create vars/secrets.yml
Use a master password for the file above.
ldap_admin_dn: cn=admin,dc=example,dc=org
ldap_admin_pass: MySecretLDAPCombination
fd_admin: fdadmin
fd_admin_pass: MySecretFDCombination
When done with the configuration run this command (provide your master password):
$ ansible-playbook --vault-id @prompt deploy_fusiondirectory.yml
When done visit http://auth.example.org to login for the first time. I suggest you enable HTTPS before doing that.