Skip to content

Commit e45a97f

Browse files
committed
Add password for postgres
1 parent 449383d commit e45a97f

6 files changed

Lines changed: 5 additions & 3 deletions

File tree

ansible/delta-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a
1818

1919
[big-poppa:vars]
2020
big_poppa_port=80
21+
big_poppa_pg_pass=59a5524e-a772-11e5-bedc-1bdc0db458b3
2122
big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
2223
big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2324
big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9

ansible/epsilon-hosts/variables

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

1616
[big-poppa:vars]
1717
big_poppa_port=80
18+
big_poppa_pg_pass=e9G7zYRCxYmxG9HQ8J9x2BDB
1819
big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
1920
big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2021
big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9

ansible/gamma-hosts/variables

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

1616
[big-poppa:vars]
1717
big_poppa_port=80
18+
big_poppa_pg_pass=e9G7zYRCxYmxG9HQ8J9x2BDB
1819
big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
1920
big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
2021
big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9

ansible/group_vars/all.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pg_database: astral
5858
# big-poppa
5959
big_poppa_pg_database: big-poppa
6060
big_poppa_pg_user: big-poppa
61-
big_poppa_pg_connection_string: postgres://{{ big_poppa_pg_user }}@localhost/{{ big_poppa_pg_database }}
6261
big_poppa_hostname: big-poppa.{{ domain }}
6362

6463
# charon

ansible/group_vars/alpha-big-poppa-http.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ container_envs: >
1818
-e GITHUB_TOKEN={{ big_poppa_github_token }}
1919
-e LOG_LEVEL=info
2020
-e NODE_ENV={{ node_env }}
21-
-e POSTGRES_CONNECT_STRING={{ big_poppa_pg_connection_string }}
21+
-e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
2222
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2323
-e RABBITMQ_PASSWORD={{ rabbit_password }}
2424
-e RABBITMQ_PORT={{ rabbit_port }}

ansible/group_vars/alpha-big-poppa-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ container_envs: >
1313
-e GITHUB_TOKEN={{ big_poppa_github_token }}
1414
-e LOG_LEVEL=info
1515
-e NODE_ENV={{ node_env }}
16-
-e POSTGRES_CONNECT_STRING={{ big_poppa_pg_connection_string }}
16+
-e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
1717
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1818
-e RABBITMQ_PASSWORD={{ rabbit_password }}
1919
-e RABBITMQ_PORT={{ rabbit_port }}

0 commit comments

Comments
 (0)