Add test DB for gulagbot on Linode
This commit is contained in:
parent
677c1b0c56
commit
0c8aa0a90f
@ -82,6 +82,13 @@ secret_gulagbot_discord_token: !vault |
|
|||||||
63343237616363376135303938373833373531306433633536613464363664303861353630313366
|
63343237616363376135303938373833373531306433633536613464363664303861353630313366
|
||||||
34356463653362613561373830373235633034656566633032653931316465316438363532396363
|
34356463653362613561373830373235633034656566633032653931316465316438363532396363
|
||||||
333735353435383566323463303566646637
|
333735353435383566323463303566646637
|
||||||
|
secret_gulagbot_test_db_pass: !vault |
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
30623364333066613265343462633566663866643264303532343561326461383565326565333230
|
||||||
|
6263663530656438306165636438613037333563646432610a323830383034313639653661353266
|
||||||
|
66656339653239383562356230383566393135363261356365626166333863653961366532393661
|
||||||
|
6132366438346531650a383463396339366330393930633066663039336433313731663337383234
|
||||||
|
36623133613438666633626262633230643862636366393135303163323661303537
|
||||||
|
|
||||||
# For gitea
|
# For gitea
|
||||||
secret_gitea_9iron_db_pass: !vault |
|
secret_gitea_9iron_db_pass: !vault |
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
password: "{{ secret_gitea_db_pass }}"
|
password: "{{ secret_gitea_db_pass }}"
|
||||||
- name: gulagbot-desultd
|
- name: gulagbot-desultd
|
||||||
password: "{{ secret_gulagbot_db_pass }}"
|
password: "{{ secret_gulagbot_db_pass }}"
|
||||||
|
- name: gulagbot-test
|
||||||
|
password: "{{ secret_gulagbot_test_db_pass }}"
|
||||||
- name: nagios
|
- name: nagios
|
||||||
password: "{{ secret_postgresql_monitoring_password }}"
|
password: "{{ secret_postgresql_monitoring_password }}"
|
||||||
- name: netbox-desultd
|
- name: netbox-desultd
|
||||||
@ -42,6 +44,8 @@
|
|||||||
owner: gitea-desultd
|
owner: gitea-desultd
|
||||||
- name: gulagbot-desultd
|
- name: gulagbot-desultd
|
||||||
owner: gulagbot-desultd
|
owner: gulagbot-desultd
|
||||||
|
- name: gulagbot-test
|
||||||
|
owner: gulagbot-test
|
||||||
- name: netbox-desultd
|
- name: netbox-desultd
|
||||||
owner: netbox-desultd
|
owner: netbox-desultd
|
||||||
- name: nextcloud-desultd
|
- name: nextcloud-desultd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user