summaryrefslogtreecommitdiffstats
path: root/common.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-02 06:03:28 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:06 +0200
commit175f9f0272ab50a3bd6567ece06f8a5655866b08 (patch)
treebaa4d09f88b41307b6306d861eafed65a356f381 /common.yml
parentdd155fee24fcb05dad7ea9df241ce138ad7083b0 (diff)
Configure the LDAP provider.
(Hence the SyncProv overlay.)
Diffstat (limited to 'common.yml')
-rw-r--r--common.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.yml b/common.yml
index ab8ab1d..bf666b2 100644
--- a/common.yml
+++ b/common.yml
@@ -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