Skip to content

Commit 76bd2a1

Browse files
committed
Add port and host_address
1 parent bf4a03e commit 76bd2a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ consul_host_address: "{{ hostvars[groups['consul'][0]]['ansible_default_ipv4']['
6666
consul_api_port: 8500
6767
consul_https_port: 8501
6868

69+
# cream
70+
cream_port: 8899
71+
cream_host_address: "{{ hostvars[groups['cream'][0]]['ansible_default_ipv4']['address'] }}"
72+
6973
# datadog
7074
datadog_api_key: d3ab5d85bca924f9d4e33d307beacb4a
7175
datadog_host_address: "{{ ansible_default_ipv4.address }}"

0 commit comments

Comments
 (0)