Add a test DB for gulagbot
This commit is contained in:
parent
d67bc370ac
commit
1c4bf65db4
@ -25,9 +25,13 @@
|
|||||||
postgresql_users:
|
postgresql_users:
|
||||||
- name: gulagbot-desultd
|
- name: gulagbot-desultd
|
||||||
password: "{{ secret_gulagbot_db_pass }}"
|
password: "{{ secret_gulagbot_db_pass }}"
|
||||||
|
- name: gulagbot-test
|
||||||
|
password: "{{ secret_gulagbot_db_pass }}"
|
||||||
- name: nagios
|
- name: nagios
|
||||||
password: "{{ secret_postgresql_monitoring_password }}"
|
password: "{{ secret_postgresql_monitoring_password }}"
|
||||||
postgresql_databases:
|
postgresql_databases:
|
||||||
- name: gulagbot-desultd
|
- name: gulagbot-desultd
|
||||||
owner: gulagbot-desultd
|
owner: gulagbot-desultd
|
||||||
|
- name: gulagbot-test
|
||||||
|
owner: gulagbot-test
|
||||||
tags: [ home, db, psql ]
|
tags: [ home, db, psql ]
|
||||||
|
Loading…
Reference in New Issue
Block a user