diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-02 06:03:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:06 +0200 |
commit | 175f9f0272ab50a3bd6567ece06f8a5655866b08 (patch) | |
tree | baa4d09f88b41307b6306d861eafed65a356f381 /common.yml | |
parent | dd155fee24fcb05dad7ea9df241ce138ad7083b0 (diff) |
Configure the LDAP provider.
(Hence the SyncProv overlay.)
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 |