feat(vault): add a HashiCorp Vault role
This commit is contained in:
parent
688bdae6a1
commit
ddf406fd37
17 changed files with 477 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
|||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.server
|
||||
|
||||
- name: setup vault
|
||||
hosts: internal:&vault
|
||||
tasks:
|
||||
- name: include vault role
|
||||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.vault
|
||||
|
||||
- name: setup mariadb servers
|
||||
hosts: internal:&mariadb
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue