We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b882bd commit 6fd5ba9Copy full SHA for 6fd5ba9
2 files changed
tabernacle/ansible/roles/dev/restart_marathon_apps/tasks/main.yml
@@ -5,7 +5,6 @@
5
url: "{{base_url}}/highlander/{{item.group}}/{{item.app}}/restart"
6
method: POST
7
with_items:
8
- - { group: core-backend, app: agni }
9
- { group: core-backend, app: isaac }
10
- { group: core-backend, app: middlewarehouse }
11
- { group: core-backend, app: phoenix }
tabernacle/ansible/roles/dev/restart_marathon_apps/vars/main.yml
@@ -1,6 +1,5 @@
1
marathon_apps:
2
# core-backend group
3
- agni: "{{ lookup('env', 'AGNI_RESTART') | default(false) }}"
4
isaac: "{{ lookup('env', 'ISAAC_RESTART') | default(false) }}"
middlewarehouse: "{{ lookup('env', 'MIDDLEWAREHOUSE_RESTART') | default(false) }}"
phoenix: "{{ lookup('env', 'PHOENIX_RESTART') | default(false) }}"
0 commit comments