1
0
This commit is contained in:
2018-09-14 07:21:29 +03:00
parent 74415bdf02
commit 7e807a245c
4 changed files with 16 additions and 4 deletions

View File

@ -7,9 +7,13 @@ dependencies:
cert_domains:
- '{{ homepage_domain }}'
- 'www.{{ homepage_domain }}'
tags:
- ssl
- role: blocks/static-site
static_site_name: '{{ homepage_name }}'
static_site_domain: '{{ homepage_domain }}'
static_site_dir: '{{ homepage_dir }}'
static_site_template: homepage.conf.j2
tags:
- webserver