Vault deployment on dev

This commit is contained in:
Josef Skladanka 2018-05-30 14:47:41 +02:00
parent bac5319d9f
commit 8de7f3dc59
12 changed files with 215 additions and 1 deletions

View file

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