mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-09-20 13:00
This commit is contained in:
@@ -6,10 +6,10 @@ vault {
|
||||
|
||||
{% if vault_secrets.nomad.enabled %}
|
||||
template {
|
||||
source = "{{ vault_root_dir }}/consul-template/nomad_client_bundle.json.tpl"
|
||||
source = "{{ vault_root_dir }}/consul-template/nomad_client_bundle.pem.tpl"
|
||||
left_delimiter = "[["
|
||||
right_delimiter = "]]"
|
||||
destination = "{{ vault_root_dir }}/tmp/nomad_client_bundle.json"
|
||||
destination = "{{ vault_root_dir }}/tls/nomad_client_bundle.pem"
|
||||
perms = 0600
|
||||
exec {
|
||||
command = "{{ vault_root_dir }}/bin/update_nomad_cert {{ vault_secrets.nomad.token }} {{ vault_secrets.vault_token }}"
|
||||
|
Reference in New Issue
Block a user