From 0c8aa0a90fc671078fdd8320339a332d5d94b97b Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 26 Sep 2021 08:03:37 -0500 Subject: [PATCH] Add test DB for gulagbot on Linode --- inventory/group_vars/all.yml | 7 +++++++ playbooks/prod_db.yml | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 54436df..591655d 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -82,6 +82,13 @@ secret_gulagbot_discord_token: !vault | 63343237616363376135303938373833373531306433633536613464363664303861353630313366 34356463653362613561373830373235633034656566633032653931316465316438363532396363 333735353435383566323463303566646637 +secret_gulagbot_test_db_pass: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 30623364333066613265343462633566663866643264303532343561326461383565326565333230 + 6263663530656438306165636438613037333563646432610a323830383034313639653661353266 + 66656339653239383562356230383566393135363261356365626166333863653961366532393661 + 6132366438346531650a383463396339366330393930633066663039336433313731663337383234 + 36623133613438666633626262633230643862636366393135303163323661303537 # For gitea secret_gitea_9iron_db_pass: !vault | diff --git a/playbooks/prod_db.yml b/playbooks/prod_db.yml index d8e5e78..f138587 100755 --- a/playbooks/prod_db.yml +++ b/playbooks/prod_db.yml @@ -27,6 +27,8 @@ password: "{{ secret_gitea_db_pass }}" - name: gulagbot-desultd password: "{{ secret_gulagbot_db_pass }}" + - name: gulagbot-test + password: "{{ secret_gulagbot_test_db_pass }}" - name: nagios password: "{{ secret_postgresql_monitoring_password }}" - name: netbox-desultd @@ -42,6 +44,8 @@ owner: gitea-desultd - name: gulagbot-desultd owner: gulagbot-desultd + - name: gulagbot-test + owner: gulagbot-test - name: netbox-desultd owner: netbox-desultd - name: nextcloud-desultd