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


certbot_debian_release: stretch-backports