Use variables

This commit is contained in:
Oliver Davies 2019-01-22 21:04:37 +00:00
parent 5b4c91091e
commit 57e8aa59fa
3 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,7 @@
---
app_project_root: /var/www/app
app_project_docroot: "{{ app_project_root }}/web"
app_db_name: "{{ vault_app_db_name }}"
app_db_user: "{{ vault_app_db_user }}"
app_db_password: "{{ vault_app_db_password }}"