mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-09 01:57:02 +02:00
Update to 2024-10-24 12:00
This commit is contained in:
@@ -12,6 +12,16 @@ template {
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
{% if nomad_conf.server.enabled %}
|
||||
template {
|
||||
source = "{{ vault_agent_root_dir }}/templates/nomad/vault.env.tpl"
|
||||
destination = "/run/nomad/vault_config.env"
|
||||
left_delimiter = "[["
|
||||
right_delimiter = "]]"
|
||||
perms = 0640
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
{% if vault_agent_nomad.nomad_pki.enabled %}
|
||||
template {
|
||||
source = "{{ vault_agent_root_dir }}/templates/nomad/agent_bundle.pem.tpl"
|
||||
|
Reference in New Issue
Block a user