summaryrefslogtreecommitdiff
path: root/roles/apache_server/defaults
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-24 12:57:57 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-24 12:57:57 +0300
commit8d7be2a4659f20af0386048b2444f6d0adc59c41 (patch)
treed5e8664ad20a66054529f680b661f64851b060c3 /roles/apache_server/defaults
parentbc0d7897d1f4a88d5d60b9460a3fd52a3fc196bc (diff)
downloaddebian-ansible-8d7be2a4659f20af0386048b2444f6d0adc59c41.tar.gz
Rename roles to be more specific
Suggested by Ivan Dolgov.
Diffstat (limited to 'roles/apache_server/defaults')
-rw-r--r--roles/apache_server/defaults/main.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/apache_server/defaults/main.yml b/roles/apache_server/defaults/main.yml
new file mode 100644
index 0000000..cfa797c
--- /dev/null
+++ b/roles/apache_server/defaults/main.yml
@@ -0,0 +1,17 @@
+# List of domains names for static sites served by this host. This
+# should be a list of dicts with the following fields:
+#
+# domain: the domain name
+# alias: another domain name that is also for this site
+# owner: local Unix user of site owner
+# ownermail: email address for the site owner
+#
+# Example:
+#
+# static_sites:
+# - domain: liw.fi
+# alias: www.liw.fi
+# owner: liw
+# ownermail: liw@liw.fi
+
+static_sites: []