Chore: Refactored the ansible playbook to use one .env file and vars

Chore: Moved to gondor
This commit is contained in:
2023-08-07 07:32:28 +05:30
parent 5565e923ab
commit 77e2411a88
13 changed files with 53 additions and 93 deletions

4
docker/vars/default.yml Normal file
View File

@ -0,0 +1,4 @@
---
db_host: 172.26.12.67
host_directory: "brewman-{{ name }}"
db_name: "brewman_{{ name }}"