add basic config.hcl template for vault

This commit is contained in:
Matthew Stobbs
2025-03-23 13:29:33 -06:00
parent 3a68059bee
commit 1a9398f24a
2 changed files with 9 additions and 0 deletions

View File

@@ -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