From 3edd0204e3069232a614c56037f5d1b29233883b Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 21 May 2024 18:55:28 -0500 Subject: [PATCH] Remove more traces of gulagbot --- inventories/production/group_vars/all.yml | 25 ------------------- .../group_vars/manufacturers_raspi.yml | 7 ------ playbooks/prod_db.yml | 4 --- 3 files changed, 36 deletions(-) diff --git a/inventories/production/group_vars/all.yml b/inventories/production/group_vars/all.yml index 502b5a6..77e7243 100644 --- a/inventories/production/group_vars/all.yml +++ b/inventories/production/group_vars/all.yml @@ -174,31 +174,6 @@ secret_gvm_pass: !vault | 6637306661373339350a633038336339306639386539336163386530376662663663653966336633 65383335323339366637633934323632666638366265353839306432373365376530 -# For gulagbot -secret_gulagbot_db_pass: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 63386534643137613234643962663831353461356464363732613030626364366661626134643837 - 6466653931366539656662323330333363633732613061360a306565643932613635353435663039 - 61386334626437323934366634343162643932393834313235356664623537636162376464613061 - 3966393761626133320a646465376235346239333036326530363538306238626438653232623632 - 37616561326538636534393533613037336665333865613735646532656163373233 -secret_gulagbot_discord_token: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 37613664393766353738353139323365346639393538653834643633613564646537616532316336 - 6532636639333062643631316234386533613862353232390a656634383663623064326666313861 - 35373034363332363064613165313034666166666233363963646333306138346463613166396438 - 6138366330623562330a636637326335383333643230333565366263383361333936346638363163 - 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 | $ANSIBLE_VAULT;1.1;AES256 diff --git a/inventories/production/group_vars/manufacturers_raspi.yml b/inventories/production/group_vars/manufacturers_raspi.yml index 7b8ba83..6070910 100644 --- a/inventories/production/group_vars/manufacturers_raspi.yml +++ b/inventories/production/group_vars/manufacturers_raspi.yml @@ -4,13 +4,6 @@ docker_apt_arch: arm64 # DB secrets -secret_gulagbot_local_db_pass: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 30623364333066613265343462633566663866643264303532343561326461383565326565333230 - 6263663530656438306165636438613037333563646432610a323830383034313639653661353266 - 66656339653239383562356230383566393135363261356365626166333863653961366532393661 - 6132366438346531650a383463396339366330393930633066663039336433313731663337383234 - 36623133613438666633626262633230643862636366393135303163323661303537 secret_grafana_local_db_pass: !vault | $ANSIBLE_VAULT;1.1;AES256 32326333383035393665316566363266623130313435353165613463336663393634353261623738 diff --git a/playbooks/prod_db.yml b/playbooks/prod_db.yml index 8a84093..9a654d9 100755 --- a/playbooks/prod_db.yml +++ b/playbooks/prod_db.yml @@ -33,8 +33,6 @@ password: "{{ secret_gitea_db_pass }}" - name: gitlab-desultd password: "{{ secret_gitlab_db_pass }}" - - name: gulagbot-test - password: "{{ secret_gulagbot_test_db_pass }}" - name: nagios password: "{{ secret_postgresql_monitoring_password }}" - name: netbox-desultd @@ -58,8 +56,6 @@ owner: gitea-desultd - name: gitlab-desultd owner: gitlab-desultd - - name: gulagbot-test - owner: gulagbot-test - name: netbox-desultd owner: netbox-desultd - name: nextcloud-desultd