Add basic LDAP role

This commit is contained in:
Nemo 2020-07-23 18:58:25 +02:00
parent fdc3578310
commit 1e14a6560d
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
roles/geerlingguy.*
roles/criecm.*
.vault-password
*.retry
inventory*

View File

@ -9,6 +9,9 @@ all:
munin_server:
hosts:
myFirstGentooHost.example.org:
ldap_server:
hosts:
mySecondGentooHost.anotherexample.org:
os:
children:
os_gentoo:

View File

@ -0,0 +1,4 @@
---
- hosts: ldap_server
roles:
- criecm.openldap

View File

@ -2,3 +2,4 @@
- name: geerlingguy.munin
- name: geerlingguy.nginx
- name: geerlingguy.certbot
- name: criecm.openldap