diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-05-31 23:10:53 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:00 +0200 |
commit | acb068b4a5af0654d21c2830655b7c6156a2b845 (patch) | |
tree | e39d16f7bfa6c631271a9a5bf5720fdc0ea9f5ca /common.yml | |
parent | e63885bcc0d46bfe58a32fcfc1d02daae8735929 (diff) |
Configure ikiwiki (website + wiki).
Diffstat (limited to 'common.yml')
-rw-r--r-- | common.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,32 +17,32 @@ gather_facts: False tags: mysql,sql roles: - common-SQL - name: Common LDAP tasks hosts: MDA:MSA:LDAP-provider:MX gather_facts: True tags: slapd,ldap roles: - common-LDAP - name: Configure the LDAP provider hosts: LDAP-provider gather_facts: False tags: slapd,ldap roles: - LDAP-provider - name: Configure the Web servers - hosts: webmail:lists:git + hosts: webmail:wiki:lists:git gather_facts: False tags: nginx,www,web roles: - common-web - name: Configure amavis hosts: out gather_facts: False tags: amavis roles: - amavis |