ansible/inventory/hosts.yml

17 lines
337 B
YAML
Raw Normal View History

2020-04-10 22:15:37 +00:00
---
all:
2020-05-25 22:41:21 +00:00
hosts:
prusa.lan:
iron-man.lan:
2020-04-10 22:15:37 +00:00
children:
2020-05-25 22:22:38 +00:00
docker_cluster:
2020-04-10 22:15:37 +00:00
hosts:
2020-05-25 22:22:38 +00:00
node-01.lan:
2020-06-05 14:33:20 +00:00
ansible_host: 192.168.50.101
2020-05-25 22:22:38 +00:00
node-02.lan:
2020-06-05 14:33:20 +00:00
ansible_host: 192.168.50.102
2020-05-25 22:22:38 +00:00
node-03.lan:
2020-06-05 14:33:20 +00:00
ansible_host: 192.168.50.103
2020-05-25 22:22:38 +00:00
node-x86.lan:
ansible_host: 192.168.50.186