19 lines
996 B
YAML
19 lines
996 B
YAML
---
|
|
ansible_become_pass: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
38343733376531653362333166373339393235326163633238653461643833643364386364336430
|
|
3366313764336636366634336639353164653036643261650a363663323663306530343261306662
|
|
32633064316565633463663639393562386132386461363064663430613438353034393364343061
|
|
3966353266643234350a636366616331396531346137366632633831623839626563613339323764
|
|
62646132653634316531663737396230653061636335393936616631633736343836373864646264
|
|
3430616364363764646437646665316662393661666635326135
|
|
|
|
common__apache__state: install
|
|
common__apache__listen: [80, 443]
|
|
common__apache__modules: ['alias', 'cgid', 'env', 'rewrite', 'ssl']
|
|
|
|
common__certbot__cert_name: 'git.crypto-libertarian.com'
|
|
common__certbot__cert_domains:
|
|
- 'git.crypto-libertarian.com'
|
|
common__certbot__post_hook: 'systemctl is-active apache2.service || systemctl start apache2.service'
|
|
common__certbot__pre_hook: 'systemctl is-active apache2.service && systemctl stop apache2.service || true'
|