summaryrefslogtreecommitdiffstats
path: root/common.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-15 22:54:56 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:26 +0200
commit540779286a899dee846784a8ffd0fdab756ac1e3 (patch)
tree74aa5483d2e9215306f32d1425a539ecad36ab96 /common.yml
parentfaee1bbc276b63a81f3b81eae0f02bcaffabca6d (diff)
Common web configuration.
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 bf666b2..38995df 100644
--- a/common.yml
+++ b/common.yml
@@ -32,3 +32,10 @@
tags: slapd,ldap
roles:
- LDAP-provider
+
+- name: Configure the Web servers
+ hosts: webmail
+ gather_facts: False
+ tags: nginx,www,web
+ roles:
+ - common-web