Skip to content

Commit 0be043c

Browse files
add LOGGLY_TOKEN
1 parent 5d497d3 commit 0be043c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ansible/group_vars/alpha-sauron.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ redis_host: "{{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address']
88
redis_port: 6379
99

1010
enviroment_vars:
11-
REDIS_IPADDRESS: "{{ redis_host }}"
12-
REDIS_PORT: "{{ redis_port }}"
11+
LOGGLY_TOKEN: "{{ loggly_token }}"
1312
ORG_ID: "{{ org_id.stdout }}"
1413
RABBITMQ_HOSTNAME: "{% if rabbit_host is defined %}{{ rabbit_host }}{% else %}{{ hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address'] }}{% endif %}"
1514
RABBITMQ_PASSWORD: "{{ rabbit_password }}"
1615
RABBITMQ_PORT: "{{ rabbit_port }}"
1716
RABBITMQ_USERNAME: "{{ rabbit_username }}"
17+
REDIS_IPADDRESS: "{{ redis_host }}"
18+
REDIS_PORT: "{{ redis_port }}"

0 commit comments

Comments
 (0)