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