From 1b1f616c746d208f2553e532cf3458c0a22686e1 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 8 Aug 2020 16:34:10 +0200 Subject: [PATCH] Update README with LDAP server --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. +