Skip to content

Commit

Permalink
Different node names for each agent
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 7, 2019
1 parent a471714 commit 733065d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/aws/provision/templates/qed-config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server:
{% endif %}
{% if 'role_monitor' in group_names %}
agent:
node: "monitor"
node: "monitor-{{ ansible_hostname }}"
bind: "{{ ansible_eth0.ipv4.address }}:8200"
advertise: ""
join:
Expand All @@ -56,7 +56,7 @@ agent:
{% endif %}
{% if 'role_auditor' in group_names %}
agent:
node: "auditor"
node: "auditor-{{ ansible_hostname }}"
bind: "{{ ansible_eth0.ipv4.address }}:8100"
advertise: ""
join:
Expand All @@ -76,7 +76,7 @@ agent:
{% endif %}
{% if 'role_publisher' in group_names %}
agent:
node: "publisher"
node: "publisher-{{ ansible_hostname }}"
bind: "{{ ansible_eth0.ipv4.address }}:8300"
advertise: ""
join:
Expand Down

0 comments on commit 733065d

Please sign in to comment.