22 lines
1.1 KiB
YAML
22 lines
1.1 KiB
YAML
---
|
|
ansible_become_pass_for:
|
|
kotovalexarian: !vault |
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
61626131303663333334626434646136323161653636316239366538636264653166643338363935
|
|
3834343437386430653535663239393038303732656338640a366633633766656435363235623366
|
|
64363539363830383637383138383735393063386433613361323666343035353732656237336463
|
|
6337333162656665370a613339643831633437303435313134646131313533393262336163646366
|
|
38633963356565653337386539616161363562666662343265353461376338346238363836633834
|
|
6535373261373763633263313336393763633638613935303464
|
|
|
|
ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
|
|
|
|
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'
|