We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abbe046 + 4847c4c commit c45c05fCopy full SHA for c45c05f
roles/vault/tasks/consul.yml
@@ -8,6 +8,7 @@
8
volumes: "{{ _consul_volumes }}"
9
comparisons:
10
'*': strict
11
+ restart_policy: "always"
12
env:
13
CONSUL_BIND_INTERFACE: "{{ consul_bind_interface }}"
14
CONSUL_CLIENT_INTERFACE: "{{ consul_bind_interface }}"
roles/vault/tasks/vault.yml
@@ -9,6 +9,7 @@
volumes: "{{ _vault_volumes }}"
VAULT_LOCAL_CONFIG: "{{ vault_config | to_json }}"
15
command: >
0 commit comments