Remove more traces of gulagbot
This commit is contained in:
parent
593920be71
commit
3edd0204e3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user