Add basic LDAP role
This commit is contained in:
parent
fdc3578310
commit
1e14a6560d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
roles/geerlingguy.*
|
||||
roles/criecm.*
|
||||
.vault-password
|
||||
*.retry
|
||||
inventory*
|
||||
|
|
|
@ -9,6 +9,9 @@ all:
|
|||
munin_server:
|
||||
hosts:
|
||||
myFirstGentooHost.example.org:
|
||||
ldap_server:
|
||||
hosts:
|
||||
mySecondGentooHost.anotherexample.org:
|
||||
os:
|
||||
children:
|
||||
os_gentoo:
|
||||
|
|
4
playbook_ldap_server_deploy.yml
Normal file
4
playbook_ldap_server_deploy.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- hosts: ldap_server
|
||||
roles:
|
||||
- criecm.openldap
|
|
@ -2,3 +2,4 @@
|
|||
- name: geerlingguy.munin
|
||||
- name: geerlingguy.nginx
|
||||
- name: geerlingguy.certbot
|
||||
- name: criecm.openldap
|
||||
|
|
Loading…
Reference in a new issue