1
0
Fork 0

Add host "postgres.crypto-libertarian.com"

This commit is contained in:
Alex Kotov 2020-07-03 15:40:00 +05:00
parent a2f3f363da
commit 57d31c1e77
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
ansible_become_pass: !vault |
$ANSIBLE_VAULT;1.1;AES256
30346438386666626539656264626261626434633334623835653933353938653735396266626430
6361616431363033353665633731626434336635303134300a386266616136366532343937393636
35623463306238326463323065343033646137653538303438346462333966386637333132656166
6135383837356432610a373764613562333364613036326238653164363931303236323764636164
66366165666438316531356635373161333534643238653961393931626237333930373033303861
3830626333396431383830366235616333393433623065343133
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

View file

@ -1,3 +1,4 @@
git.crypto-libertarian.com
matrix.crypto-libertarian.com
misc.crypto-libertarian.com
postgres.crypto-libertarian.com

View file

@ -0,0 +1,9 @@
---
- hosts: postgres.crypto-libertarian.com
module_defaults:
apt:
force_apt_get: true
update_cache: true
cache_valid_time: 86400
roles:
- kotovalexarian.common

View file

@ -2,3 +2,4 @@
- import_playbook: git.yml
- import_playbook: matrix.yml
- import_playbook: misc.yml
- import_playbook: postgres.yml