Skip to content

Commit 01dc37f

Browse files
committed
Add big-poppa stuff
1 parent 26695cb commit 01dc37f

12 files changed

Lines changed: 125 additions & 0 deletions

File tree

ansible/big-poppa-http.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 }

ansible/big-poppa-worker.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 }

ansible/big-poppa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- include: big-poppa-http.yml
2+
- include: big-poppa-worker.yml

ansible/delta-hosts/hosts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,13 @@ delta-app-services
115115
[github-varnish]
116116
delta-app-services
117117

118+
[big-poppa]
119+
delta-app-services
120+
118121
[delta:children]
119122
api
120123
bastion
124+
big-poppa
121125
charon
122126
consul
123127
dock

ansible/delta-hosts/variables

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ api_s3_context_bucket=runnable.context.resources.production
1616
api_intercom_app_id=wqzm3rju
1717
api_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]
2026
docker_config=docks
2127
docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751

ansible/epsilon-hosts/hosts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ socket-server
2121
[api]
2222
epsilon-api
2323

24+
[big-poppa]
25+
epsilon-app-services
26+
2427
[consul]
2528
epsilon-consul-a
2629
epsilon-consul-b
@@ -113,6 +116,7 @@ epsilon-app-services
113116
[epsilon:children]
114117
api
115118
bastion
119+
big-poppa
116120
charon
117121
consul
118122
dock

ansible/epsilon-hosts/variables

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1313
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1414
api_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]
1723
docker_config=docks
1824
docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751

ansible/gamma-hosts/hosts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ socket-server
2323
[api]
2424
gamma-api
2525

26+
[big-poppa]
27+
gamma-app-services
28+
2629
[consul]
2730
gamma-consul-a
2831
gamma-consul-b

ansible/gamma-hosts/variables

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1313
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1414
api_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]
1723
docker_config=docks
1824
docks_rollbar_key=d1af6567ed0f464fb1d676f38fd31751

ansible/group_vars/all.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ api_url: https://{{ api_hostname }}
5555
# astral
5656
pg_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
5964
charon_port: 53
6065

0 commit comments

Comments
 (0)