1
0
Fork 0

Move vars from hosts to groups

This commit is contained in:
Alex Kotov 2020-07-15 09:23:18 +05:00
parent 3d99a59dad
commit 6d23a86b04
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
4 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,5 @@
---
common__certbot__post_hook: null
common__certbot__pre_hook: null
common__iptables__drop_by_default: true

View File

@ -1,4 +1,7 @@
---
common__certbot__post_hook: null
common__certbot__pre_hook: null
common__iptables__drop_by_default: true
postgresql_backups_dir: '/var/lib/postgresql/backups/12/main'

View File

@ -14,5 +14,3 @@ ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
common__certbot__cert_name: 'elasticsearch.crypto-libertarian.com'
common__certbot__cert_domains:
- 'elasticsearch.crypto-libertarian.com'
common__certbot__post_hook: null
common__certbot__pre_hook: null

View File

@ -21,8 +21,6 @@ ansible_become_pass: "{{ ansible_become_pass_for[admin] }}"
common__certbot__cert_name: 'postgres.crypto-libertarian.com'
common__certbot__cert_domains:
- 'postgres.crypto-libertarian.com'
common__certbot__post_hook: null
common__certbot__pre_hook: null
postgresql_users:
- name: matrix_synapse