mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-02-13 02:59:07 +00:00
ansible plays for docker, haproxy & varnish
This commit is contained in:
17
ansible/group_vars/datacenter.yml
Normal file
17
ansible/group_vars/datacenter.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# dns_domain: "schleppe"
|
||||
dns_nameservers:
|
||||
- "1.1.1.1"
|
||||
- "2606:4700:4700::1111"
|
||||
- "2606:4700:4700::1001"
|
||||
|
||||
default_user: "kevin"
|
||||
|
||||
# Consul cluster
|
||||
consul_datacenter: "schleppe"
|
||||
consul_servers:
|
||||
- "10.0.0.140"
|
||||
- "10.0.0.141"
|
||||
- "10.0.0.142"
|
||||
consul_install_dnsmasq: false
|
||||
|
||||
Reference in New Issue
Block a user