diff options
Diffstat (limited to 'common.yml')
-rw-r--r-- | common.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,20 +15,27 @@ - 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 + +- name: Configure the Web servers + hosts: webmail + gather_facts: False + tags: nginx,www,web + roles: + - common-web |