Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
arthur-zzz
noc
Commits
c44ede93
Commit
c44ede93
authored
Jun 13, 2021
by
EKbfh
🐼
Browse files
Fix consul deprecation of fields
parent
3b7a7f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible/system_roles/consul/templates/config_bootstrap.json.j2
View file @
c44ede93
...
...
@@ -28,11 +28,16 @@
"enable_local_script_checks": true,
"disable_update_check" : true,
{% if consul_acl_enable -%}
"acl_datacenter": "{{ consul_acl_datacenter }}",
"acl_default_policy": "{{ consul_acl_default_policy }}",
"acl_down_policy": "{{ consul_acl_down_policy }}",
"acl_master_token": "{{ consul_master_token }}",
"acl_replication_token": "{{ consul_replication_token }}"
"primary_datacenter": "{{ consul_acl_datacenter }}",
"acl": {
"enabled": true,
"default_policy": "{{ consul_acl_default_policy }}",
"down_policy": "{{ consul_acl_down_policy }}",
"tokens": {
"master": "{{ consul_master_token }}",
"replication": "{{ consul_replication_token }}"
}
}
{% endif -%},
"limits": {
"http_max_conns_per_client": 1000
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment