manage lewis with nix
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
This commit is contained in:
parent
d7ef46b642
commit
111bf68a0a
92 changed files with 2730 additions and 26 deletions
13
legacy/projects/docker_swarm/ansible/inventory/hosts.yml
Normal file
13
legacy/projects/docker_swarm/ansible/inventory/hosts.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
all:
|
||||
hosts:
|
||||
manager:
|
||||
ansible_host: maestro.dmz
|
||||
thecloud:
|
||||
ansible_host: thecloud.dmz
|
||||
children:
|
||||
workers:
|
||||
hosts:
|
||||
bancomart:
|
||||
ansible_host: bancomart.dmz
|
||||
vpay:
|
||||
ansible_host: vpay.dmz
|
Reference in a new issue