1
0

Made refactoring for notes app (and other)

This commit is contained in:
2017-11-26 10:46:04 +03:00
parent 8ec89712f2
commit a59737b826
25 changed files with 205 additions and 221 deletions

View File

@ -1,6 +1,6 @@
---
dependencies:
- role: ssl-certificate
- role: blocks/ssl-certificate
cert_type: letsencrypt
cert_name: '{{ homepage_name }}'
cert_email: anwinged@ya.ru
@ -8,7 +8,7 @@ dependencies:
- '{{ homepage_domain }}'
- 'www.{{ homepage_domain }}'
- role: static-site
- role: blocks/static-site
static_site_name: '{{ homepage_name }}'
static_site_domain: '{{ homepage_domain }}'
static_site_dir: '{{ homepage_dir }}'