Add docker-swarm-cluster/inventory.yml
This commit is contained in:
commit
a2423e6e7a
1 changed files with 11 additions and 0 deletions
11
docker-swarm-cluster/inventory.yml
Normal file
11
docker-swarm-cluster/inventory.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
manager1:
|
||||||
|
ansible_host: x.x.x.x
|
||||||
|
worker1:
|
||||||
|
ansible_host: y.y.y.y
|
||||||
|
worker2:
|
||||||
|
ansible_host: z.z.z.z
|
||||||
|
vars:
|
||||||
|
ansible_user: root
|
||||||
|
ansible_become: true
|
||||||
Loading…
Reference in a new issue