Skip to content

Commit cc7b1ed

Browse files
committed
Fix pg_user. Add pg_pass and host for pg database
1 parent f30f2af commit cc7b1ed

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

ansible/delta-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a
1818

1919
[big-poppa:vars]
2020
big_poppa_port=80
21-
big_poppa_pg_user=big_poppa
2221
big_poppa_pg_pass=
22+
big_poppa_pg_host=
2323
big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
2424
big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2525
big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9

ansible/epsilon-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ api_s3_context_bucket=runnable.context.resources.production-beta
1515

1616
[big-poppa:vars]
1717
big_poppa_port=80
18-
big_poppa_pg_user=big_poppa
1918
big_poppa_pg_pass=
19+
big_poppa_pg_host=
2020
big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
2121
big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2222
big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9

ansible/gamma-hosts/variables

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ api_s3_context_bucket=runnable.context.resources.production-beta
1515

1616
[big-poppa:vars]
1717
big_poppa_port=443
18-
big_poppa_pg_user=runnable
19-
big_poppa_pg_pass=otNjVXGGAEfoYd6snhHLc6oFQEfwhGBy
18+
big_poppa_pg_pass=JFmZDuVYPt9vUxk4DBjj
2019
big_poppa_pg_host=gamma-big-poppa.cnksgdqarobf.us-west-2.rds.amazonaws.com:32659
2120
big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
2221
big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a

ansible/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pg_database: astral
5757

5858
# big-poppa
5959
big_poppa_pg_database: big_poppa
60-
big_poppa_pg_user: runnable
60+
big_poppa_pg_user: big_poppa
6161
big_poppa_hostname: big-poppa.{{ domain }}
6262

6363
# charon

0 commit comments

Comments
 (0)