X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fconsul%2Ftemplates%2Fbase.hcl.j2;h=536c48d847bb2765885d3215cdfd001af9c67e32;hp=e220c8f6873925dab56ae57b414544077c054e4d;hb=474163bc78aa418595b227c81056987b1114104d;hpb=6cc6235c7a693d7d4c22bb8a067924372bad6faf diff --git a/resources/tools/testbed-setup/ansible/roles/consul/templates/base.hcl.j2 b/resources/tools/testbed-setup/ansible/roles/consul/templates/base.hcl.j2 index e220c8f687..536c48d847 100644 --- a/resources/tools/testbed-setup/ansible/roles/consul/templates/base.hcl.j2 +++ b/resources/tools/testbed-setup/ansible/roles/consul/templates/base.hcl.j2 @@ -25,11 +25,11 @@ auto_encrypt { } {% else %} verify_incoming = false -verify_outgoing = true -verify_server_hostname = true +verify_outgoing = false +verify_server_hostname = false ca_file = "{{ consul_ca_file }}" auto_encrypt { - tls = true + tls = false } {% endif %} {% if consul_retry_join | bool -%}