Skip to content

Commit 6fd5ba9

Browse files
author
Artem
committed
Remoe agni for now
1 parent 0b882bd commit 6fd5ba9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tabernacle/ansible/roles/dev/restart_marathon_apps/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
url: "{{base_url}}/highlander/{{item.group}}/{{item.app}}/restart"
66
method: POST
77
with_items:
8-
- { group: core-backend, app: agni }
98
- { group: core-backend, app: isaac }
109
- { group: core-backend, app: middlewarehouse }
1110
- { group: core-backend, app: phoenix }

tabernacle/ansible/roles/dev/restart_marathon_apps/vars/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
marathon_apps:
22
# core-backend group
3-
agni: "{{ lookup('env', 'AGNI_RESTART') | default(false) }}"
43
isaac: "{{ lookup('env', 'ISAAC_RESTART') | default(false) }}"
54
middlewarehouse: "{{ lookup('env', 'MIDDLEWAREHOUSE_RESTART') | default(false) }}"
65
phoenix: "{{ lookup('env', 'PHOENIX_RESTART') | default(false) }}"

0 commit comments

Comments
 (0)