Revert "Add host "turn.crypto-libertarian.com""
This reverts commit 26b9babf45
.
This commit is contained in:
parent
26b9babf45
commit
a0a6842864
4 changed files with 0 additions and 29 deletions
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
ansible_become_pass_for:
|
||||
kotovalexarian: !vault |
|
||||
$ANSIBLE_VAULT;1.2;AES256;kotovalexarian
|
||||
62663332346462333434356663346463386466343963333234333830636633383764356263373933
|
||||
3366363032656635343234633665393161373036323731380a653031306264316561336633396264
|
||||
66393064316430373638393166623738303736363732643035656162373666616235376639313562
|
||||
6433376638373730620a623463333735306161353330326563333038393364383934306163316139
|
||||
31643262343631363030386134616263396536356166326238316233623362393165326266376362
|
||||
6332643038316137633537623731366566336434393134303235
|
||||
|
||||
ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
|
||||
|
||||
common__certbot__cert_name: 'turn.crypto-libertarian.com'
|
||||
common__certbot__cert_domains:
|
||||
- 'turn.crypto-libertarian.com'
|
||||
common__certbot__post_hook: null
|
||||
common__certbot__pre_hook: null
|
1
hosts
1
hosts
|
@ -1,7 +1,6 @@
|
|||
git.crypto-libertarian.com
|
||||
matrix.crypto-libertarian.com
|
||||
postgres.crypto-libertarian.com
|
||||
turn.crypto-libertarian.com
|
||||
|
||||
[postgres]
|
||||
postgres.crypto-libertarian.com
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
- import_playbook: git.yml
|
||||
- import_playbook: matrix.yml
|
||||
- import_playbook: postgres.yml
|
||||
- import_playbook: turn.yml
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
- hosts: turn.crypto-libertarian.com
|
||||
module_defaults:
|
||||
apt:
|
||||
force_apt_get: true
|
||||
update_cache: true
|
||||
cache_valid_time: 86400
|
||||
roles:
|
||||
- kotovalexarian.common
|
Reference in a new issue