add basic config.hcl template for vault
This commit is contained in:
@@ -72,6 +72,15 @@
|
||||
mode: '0755'
|
||||
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
|
||||
ansible.builtin.set_fact:
|
||||
vault_configured: true
|
||||
|
||||
Reference in New Issue
Block a user