ansible/inventory/hosts.yml

18 lines
353 B
YAML
Raw Normal View History

2020-04-11 00:15:37 +02:00
---
all:
2020-05-26 00:41:21 +02:00
hosts:
prusa.lan:
iron-man.lan:
2020-06-23 02:16:47 +02:00
router.lan:
2020-04-11 00:15:37 +02:00
children:
2020-05-26 00:22:38 +02:00
docker_cluster:
2020-04-11 00:15:37 +02:00
hosts:
2020-05-26 00:22:38 +02:00
node-01.lan:
2020-06-05 16:33:20 +02:00
ansible_host: 192.168.50.101
2020-05-26 00:22:38 +02:00
node-02.lan:
2020-06-05 16:33:20 +02:00
ansible_host: 192.168.50.102
2020-05-26 00:22:38 +02:00
node-03.lan:
2020-06-05 16:33:20 +02:00
ansible_host: 192.168.50.103
2020-05-26 00:22:38 +02:00
node-x86.lan:
ansible_host: 192.168.50.186