Add host "matrix.crypto-libertarian.com"
This commit is contained in:
parent
1dc7031d2b
commit
b0abcb600c
4 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
64646533356561636461366463323136613830383664613034636563363833613133343030353061
|
||||
3834656330383761656662623632393963366165613235660a306565353238653163393131303065
|
||||
38366138383261613766313563623933653734643566383065613362636132383738646139363637
|
||||
3165373938653863340a376138613063626638336239376135303562356262373431386337366135
|
||||
36336261346133313464383730303131373662623836663231393365663363616538626361356437
|
||||
3033653165366539376639663831633664326333316239313334
|
||||
|
||||
common__certbot__cert_name: 'matrix.crypto-libertarian.com'
|
||||
common__certbot__cert_domains:
|
||||
- 'matrix.crypto-libertarian.com'
|
||||
common__certbot__post_hook: null
|
||||
common__certbot__pre_hook: null
|
|
@ -1,2 +1,3 @@
|
|||
git.crypto-libertarian.com
|
||||
matrix.crypto-libertarian.com
|
||||
misc.crypto-libertarian.com
|
||||
|
|
9
playbooks/deploy/matrix.yml
Normal file
9
playbooks/deploy/matrix.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- hosts: matrix.crypto-libertarian.com
|
||||
module_defaults:
|
||||
apt:
|
||||
force_apt_get: true
|
||||
update_cache: true
|
||||
cache_valid_time: 86400
|
||||
roles:
|
||||
- kotovalexarian.common
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- import_playbook: git.yml
|
||||
- import_playbook: matrix.yml
|
||||
- import_playbook: misc.yml
|
||||
|
|
Reference in a new issue