9 lines
163 B
YAML
9 lines
163 B
YAML
---
|
|
- hosts: ldap
|
|
roles:
|
|
- role: ansible-role-postgresql
|
|
tags: "db"
|
|
become: true
|
|
- role: mgrote_lldap
|
|
tags: "lldap"
|
|
become: true
|