Michael Grote
b72ccc4a92
docker-compose/lldap/lldap_config.toml.j2 host_vars/docker10.mgrote.net.yml Signed-off-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #238 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
11 lines
185 B
YAML
11 lines
185 B
YAML
---
|
|
- hosts: ldap
|
|
roles:
|
|
- role: geerlingguy.postgresql
|
|
tags: "db"
|
|
become: true
|
|
- role: mgrote_lldap
|
|
tags:
|
|
- lldap
|
|
- ldap
|
|
become: true
|