- Developed and used with Ansible 2.8 on Ubuntu 18.04, tested only on Ubuntu.
- Install and configure LDAP Authentication
- Copy directory
samples/ansible-inventory
to the project root - Edit
hosts
andhost_vars
to your needs - Create a
playbook-vars.yml
file, using the sample as inspiration - Deploy:
./run-playbook.sh -e ldap_auth_config_rootbindpw=hackme
- Create molecule tests
- [2020-06-15] v0.0.1
- Initial release
MIT