summaryrefslogtreecommitdiff
path: root/roles/web_server/defaults/main.yml
blob: cfa797c839ad8364b6ec42dc6b19cb5dc7214350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: []