Skip to content

Commit

Permalink
Fix typo in provisions
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 20, 2019
1 parent 1ea7ad3 commit d3a6963
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 @@ -48,7 +48,7 @@ agent:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8800"
{% endfor %}
{% for host in groups['role_storage'] %}
alert_urls:
alerts_urls:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8888"
snapshots_store_urls:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8888"
Expand All @@ -68,7 +68,7 @@ agent:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8800"
{% endfor %}
{% for host in groups['role_storage'] %}
alert_urls:
alerts_urls:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8888"
snapshots_store_urls:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8888"
Expand All @@ -88,7 +88,7 @@ agent:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8800"
{% endfor %}
{% for host in groups['role_storage'] %}
alert_urls:
alerts_urls:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8888"
snapshots_store_urls:
- "http://{{ hostvars[host]['ansible_eth0']['ipv4']['address'] }}:8888"
Expand Down

0 comments on commit d3a6963

Please sign in to comment.