make sure that resultsdb is using the IAD2 networks versus PHX2 ones

This commit is contained in:
Stephen Smoogen 2021-02-09 19:14:45 -05:00
parent cb048328a1
commit e4719bdedd
2 changed files with 3 additions and 4 deletions

View file

@ -46,8 +46,7 @@ resultsdb_db_password: "{{ prod_resultsdb_db_password }}"
resultsdb_secret_key: "{{ prod_resultsdb_secret_key }}"
allowed_hosts:
- 10.5.124
- 10.5.131
- 10.3.160.0/19
############################################################

View file

@ -41,8 +41,8 @@ resultsdb_db_password: "{{ stg_resultsdb_db_password }}"
resultsdb_secret_key: "{{ stg_resultsdb_secret_key }}"
allowed_hosts:
- 10.5.124
- 10.5.131
- 10.3.160.0/19
############################################################