diff options
Diffstat (limited to 'common.yml')
-rw-r--r-- | common.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,20 +8,27 @@ # (most of) the advantage of roles... - name: Common tasks hosts: all roles: - common - name: Common SQL tasks hosts: MDA:webmail:backup gather_facts: False tags: mysql,sql roles: - common-SQL - name: Common LDAP tasks hosts: MDA:MSA:lists:LDAP-provider:MX gather_facts: False tags: slapd,ldap roles: - common-LDAP + +- name: Configure the LDAP provider + hosts: LDAP-provider + gather_facts: False + tags: slapd,ldap + roles: + - LDAP-provider |