summaryrefslogtreecommitdiff
path: root/roles/apache_server/defaults/main.yml
blob: dfd4ec05db81455a20cdf256a2b42dbd14da2c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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: []


# Enable letsencrypt?
letsencrypt: no