mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2022-09-13 17:00
This commit is contained in:
@@ -89,6 +89,7 @@ acl {
|
||||
}
|
||||
|
||||
{% if consul_conf.tls.enabled %}
|
||||
{% if consul_conf.server %}
|
||||
# TLS settings
|
||||
tls {
|
||||
{% for section in ['defaults', 'grpc', 'https', 'internal_rpc'] %}
|
||||
@@ -110,7 +111,6 @@ tls {
|
||||
}
|
||||
|
||||
# auto_encrypt, to distribute certificates from servers to clients
|
||||
{% if consul_conf.server %}
|
||||
auto_encrypt {
|
||||
allow_tls = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user