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

View File

@ -5,11 +5,11 @@
# - A hostname/ip can be a member of multiple groups
[brewman]
acc ansible_host=beacon var_file=vars/acc.yml
exp ansible_host=beacon var_file=vars/exp.yml
hops ansible_host=beacon var_file=vars/hops.yml
mhl ansible_host=beacon var_file=vars/mhl.yml
hinchco ansible_host=beacon var_file=vars/hinchco.yml
acc ansible_host=gondor var_file=vars/acc.yml
exp ansible_host=gondor var_file=vars/exp.yml
hops ansible_host=gondor var_file=vars/hops.yml
mhl ansible_host=gondor var_file=vars/mhl.yml
hinchco ansible_host=gondor var_file=vars/hinchco.yml
[all:vars]
ansible_python_interpreter=/usr/bin/python3