Vault deployment on dev
This commit is contained in:
parent
bac5319d9f
commit
8de7f3dc59
12 changed files with 215 additions and 1 deletions
|
@ -30,3 +30,8 @@
|
|||
template: src=execdb.conf.j2 dest=/etc/httpd/conf.d/execdb.conf owner=root group=root
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: copy vault proxy httpd config
|
||||
template: src=vault.conf.j2 dest=/etc/httpd/conf.d/vault.conf owner=root group=root
|
||||
notify:
|
||||
- reload httpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue