diff --git a/README.md b/README.md index c3655b3..38778dc 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ all: hosts: mySecondGentooHost.example.org: munin_server: + hosts: + myFirstGentooHost.example.org: + ldap_server: hosts: myFirstGentooHost.example.org: ... @@ -152,6 +155,7 @@ Playbook deployment: * `playbook_general_deploy.yml` * `playbook_backup_deploy.yml` * `playbook_munin_deploy.yml` +* `playbook_ldap_deploy.yml` ### playbook_general_deploy.yml @@ -165,3 +169,7 @@ This playbook deploys a backup server with a dedicated user to save GIT reposito This playbook deploys a Munin server and Munin "clients" using async to get information from "clients". He integrates HTTPS configuration and configuration generation with Ansible vars. +### playbook_ldap_deploy.yml + +This playbook deploys and configures an OpenLDAP server. +