community.general/tests/integration/targets/consul/templates/consul_config.hcl.j2

10 lines
203 B
Plaintext
Raw Normal View History

2020-03-09 09:11:07 +00:00
# {{ ansible_managed }}
server = true
pid_file = "{{ remote_dir }}/consul.pid"
ports {
http = 8500
https = 8501
}
key_file = "{{ remote_dir }}/privatekey.pem"
cert_file = "{{ remote_dir }}/cert.pem"