formula-consul/pillar.example

19 lines
373 B
Plaintext
Raw Normal View History

2015-10-07 14:18:22 -04:00
consul:
service: true
2015-10-07 15:02:53 -04:00
config:
server: true
bind_addr: 0.0.0.0
2015-10-08 08:26:43 -04:00
enable_debug: true
2015-10-08 07:49:10 -04:00
datacenter: eu
2015-10-08 08:26:43 -04:00
encrypt: "RIxqpNlOXqtr/j4BgvIMEw=="
bootstrap_expect: 3
retry_interval: 15s
retry_join:
- 1.1.1.1
- 2.2.2.2
2015-10-09 17:39:53 -04:00
register:
- name: Redis
checks:
- script: salt://files/consul/check_redis.py
interval: 10s