removing blockerbugs-stg reliance on hosts file for db host
This commit is contained in:
parent
0e2222680a
commit
03d02cb39e
2 changed files with 18 additions and 0 deletions
|
@ -16,3 +16,17 @@ sudoers: "{{ private }}/files/sudo/qadevel-sudoers"
|
|||
|
||||
# This gets overridden by whichever node we want to run special cronjobs.
|
||||
master_blockerbugs_node: False
|
||||
|
||||
blockerbugs_secret_key: "{{ stg_blockerbugs_secret_key }}"
|
||||
|
||||
############################################################
|
||||
# blockerbugs db details
|
||||
############################################################
|
||||
|
||||
blockerbugs_db_host_machine: db01.stg.phx2.fedoraproject.org
|
||||
blockerbugs_db_host: "{{ blockerbugs_db_host_machine }}"
|
||||
blockerbugs_db_port: 5432
|
||||
blockerbugs_db_name: blockerbugs
|
||||
blockerbugs_db_user: "{{ stg_blockerbugs_db_user }}"
|
||||
blockerbugs_db_password: "{{ stg_blockerbugs_db_password }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue