mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-02 23:05:41 +02:00
Update to 2024-07-05 17:01
This commit is contained in:
@@ -31,3 +31,9 @@
|
||||
notify: restart vault-agent
|
||||
tags: vault,consul,nomad
|
||||
|
||||
- name: Deploy templates
|
||||
copy: content={{ item.data }} dest={{ vault_agent_root_dir }}/templates/ansible/{{ item.destination | regex_replace('/', '_') }}
|
||||
when: item.data is defined
|
||||
loop: "{{ vault_agent_templates }}"
|
||||
notify: restart vault-agent
|
||||
tags: vault,consul,nomad
|
||||
|
@@ -14,5 +14,7 @@
|
||||
- dir: bin
|
||||
- dir: templates/nomad
|
||||
- dir: templates/consul
|
||||
- dir: templates/ansible
|
||||
- dir: templates/custom
|
||||
tags: vault,consul,nomad
|
||||
|
||||
|
Reference in New Issue
Block a user