Skip to content

Commit

Permalink
Start first QED Cluster then Agents..
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman authored and iknite committed Feb 19, 2019
1 parent f822e11 commit d9e9996
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion deploy/aws/provision/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
tasks:
- include: tasks/prometheus/main.yml

- hosts: qed-server
- hosts: role_qed
remote_user: ec2-user
become: true
gather_facts: false
Expand All @@ -91,6 +91,22 @@
tags:
- start-qed

- hosts: role_auditor, role_monitor, role_publisher
remote_user: ec2-user
become: true
gather_facts: false
vars_files:
- vars.yml
tasks:
- name: Start all services
shell: >
{{ item }}
with_items:
- /var/qed/qed-start.sh
- /var/qed/exporter-start.sh
tags:
- start-agents

- hosts: inmemory-storage
remote_user: ec2-user
become: true
Expand Down

0 comments on commit d9e9996

Please sign in to comment.