1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-ansible/inventories/production/host_vars/git.crypto-libertarian.com.yml
2020-04-20 14:20:33 +05:00

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'