Update README with LDAP server
This commit is contained in:
parent
5fd4e21d2e
commit
1b1f616c74
|
@ -50,6 +50,9 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
mySecondGentooHost.example.org:
|
mySecondGentooHost.example.org:
|
||||||
munin_server:
|
munin_server:
|
||||||
|
hosts:
|
||||||
|
myFirstGentooHost.example.org:
|
||||||
|
ldap_server:
|
||||||
hosts:
|
hosts:
|
||||||
myFirstGentooHost.example.org:
|
myFirstGentooHost.example.org:
|
||||||
...
|
...
|
||||||
|
@ -152,6 +155,7 @@ Playbook deployment:
|
||||||
* `playbook_general_deploy.yml`
|
* `playbook_general_deploy.yml`
|
||||||
* `playbook_backup_deploy.yml`
|
* `playbook_backup_deploy.yml`
|
||||||
* `playbook_munin_deploy.yml`
|
* `playbook_munin_deploy.yml`
|
||||||
|
* `playbook_ldap_deploy.yml`
|
||||||
|
|
||||||
### playbook_general_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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue