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/geerlingguy.*
roles/criecm.*
.vault-password .vault-password
*.retry *.retry
inventory* inventory*

View File

@ -9,6 +9,9 @@ all:
munin_server: munin_server:
hosts: hosts:
myFirstGentooHost.example.org: myFirstGentooHost.example.org:
ldap_server:
hosts:
mySecondGentooHost.anotherexample.org:
os: os:
children: children:
os_gentoo: 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.munin
- name: geerlingguy.nginx - name: geerlingguy.nginx
- name: geerlingguy.certbot - name: geerlingguy.certbot
- name: criecm.openldap