File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ - hosts : rabbitmq
3+ - hosts : consul
4+
5+ - hosts : big-poppa
6+ vars_files :
7+ - group_vars/alpha-big-poppa-http.yml
8+ roles :
9+ - role : notify
10+ rollbar_token : " {{ big_poppa_http_rollbar_token }}"
11+ tags : [ notify ]
12+ - { role: builder, tags: [ build ] }
13+ - { role: container_start }
Original file line number Diff line number Diff line change 1+ ---
2+ - hosts : redis
3+ - hosts : rabbitmq
4+ - hosts : consul
5+
6+ - hosts : big-poppa
7+ vars_files :
8+ - group_vars/alpha-big-poppa-http.yml
9+ roles :
10+ - role : notify
11+ rollbar_token : " {{ big_poppa_worker_rollbar_token }}"
12+ tags : [ notify ]
13+ - { role: builder, tags: [ build ] }
14+ - { role: container_start }
Original file line number Diff line number Diff line change 1+ - include : big-poppa-http.yml
2+ - include : big-poppa-worker.yml
Original file line number Diff line number Diff line change @@ -115,9 +115,13 @@ delta-app-services
115115[github-varnish]
116116delta-app-services
117117
118+ [big-poppa]
119+ delta-app-services
120+
118121[delta:children]
119122api
120123bastion
124+ big-poppa
121125charon
122126consul
123127dock
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ api_s3_context_bucket=runnable.context.resources.production
1616api_intercom_app_id=wqzm3rju
1717api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a
1818
19+ [big-poppa:vars]
20+ big_poppa_port=80
21+ big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
22+ big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
23+ big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9
24+
1925[docks:vars]
2026docker_config=docks
2127docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ socket-server
2121[api]
2222epsilon-api
2323
24+ [big-poppa]
25+ epsilon-app-services
26+
2427[consul]
2528epsilon-consul-a
2629epsilon-consul-b
@@ -113,6 +116,7 @@ epsilon-app-services
113116[epsilon:children]
114117api
115118bastion
119+ big-poppa
116120charon
117121consul
118122dock
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1313api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1414api_s3_context_bucket=runnable.context.resources.production-beta
1515
16+ [big-poppa:vars]
17+ big_poppa_port=80
18+ big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
19+ big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
20+ big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9
21+
1622[docks:vars]
1723docker_config=docks
1824docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ socket-server
2323[api]
2424gamma-api
2525
26+ [big-poppa]
27+ gamma-app-services
28+
2629[consul]
2730gamma-consul-a
2831gamma-consul-b
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1313api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1414api_s3_context_bucket=runnable.context.resources.production-beta
1515
16+ [big-poppa:vars]
17+ big_poppa_port=80
18+ big_poppa_github_token=e11a1264130fb62ce045bf03118bf123f980c205
19+ big_poppa_http_rollbar_token=1f1eeea0b1334aaeb50fb7bc4a43241a
20+ big_poppa_worker_rollbar_token=98cabb8440024e3a8242cf3220b802c9
21+
1622[docks:vars]
1723docker_config=docks
1824docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751
Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ api_url: https://{{ api_hostname }}
5555# astral
5656pg_database : astral
5757
58+ # big-poppa
59+ big_poppa_pg_database : big-poppa
60+ big_poppa_pg_user : big-poppa
61+ big_poppa_hostname : big-poppa.{{ domain }}
62+
5863# charon
5964charon_port : 53
6065
You can’t perform that action at this time.
0 commit comments