diff options
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 + hosts: webmail:lists:git gather_facts: False tags: nginx,www,web roles: - common-web - name: Configure amavis hosts: out gather_facts: False tags: amavis roles: - amavis |