Chore: Refactored the ansible playbook to use one .env file and vars
Chore: Moved to gondor
This commit is contained in:
10
docker/hosts
10
docker/hosts
@ -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
|
||||
|
||||
Reference in New Issue
Block a user