Add docker-swarm-cluster/inventory.yml

This commit is contained in:
Simar 2025-08-03 09:29:28 +03:00
commit a2423e6e7a

View 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