add basic config.hcl template for vault
This commit is contained in:
@@ -72,6 +72,15 @@
|
|||||||
mode: '0755'
|
mode: '0755'
|
||||||
src: vault/Alpine/openrc
|
src: vault/Alpine/openrc
|
||||||
|
|
||||||
|
- name: Install vault basic config.hcl
|
||||||
|
become: true
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: vault/config.hcl.j2
|
||||||
|
dest: /etc/vault/config.hcl
|
||||||
|
mode: '0644'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
|
||||||
- name: Set vault_configured
|
- name: Set vault_configured
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
vault_configured: true
|
vault_configured: true
|
||||||
|
|||||||
Reference in New Issue
Block a user