ansible/inventory/hosts.yml

56 lines
1.1 KiB
YAML
Raw Normal View History

2020-04-11 00:15:37 +02:00
---
all:
2020-05-26 00:41:21 +02:00
hosts:
2021-02-23 19:37:52 +01:00
router:
ansible_host: 192.168.50.2
vars:
ip: 2
mac: 2c:b0:5d:4a:72:62
bender:
ansible_host: 192.168.50.3
home-assistant:
2022-10-15 12:00:18 +02:00
ansible_host: 192.168.60.100
2021-02-23 19:37:52 +01:00
prusa:
ansible_host: 192.168.50.6
node-01.lan:
ansible_host: 192.168.50.101
node-02.lan:
ansible_host: 192.168.50.102
node-03.lan:
ansible_host: 192.168.50.103
2021-12-05 03:03:38 +01:00
node-04.lan:
ansible_host: 192.168.50.104
2023-02-05 00:22:08 +01:00
uatu.lan:
ansible_host: 192.168.50.106
2021-02-23 19:37:52 +01:00
node-x86.lan:
ansible_host: 192.168.50.186
2022-06-04 22:55:54 +02:00
remote_server:
ansible_host:
ansible_become_password:
ansible_user: ubuntu
2020-04-11 00:15:37 +02:00
children:
2021-02-23 19:37:52 +01:00
raspberry:
2020-04-11 00:15:37 +02:00
hosts:
2020-05-26 00:22:38 +02:00
node-01.lan:
node-02.lan:
node-03.lan:
2021-12-05 03:03:38 +01:00
node-04.lan:
2021-02-23 19:37:52 +01:00
lan:
hosts:
router:
bender:
home-assistant:
rpi3-01:
# rpi3-02:
iron-man:
prusa:
children:
docker_cluster:
hosts:
node-01.lan:
node-02.lan:
node-03.lan:
2021-12-05 03:03:38 +01:00
node-04.lan:
# node-x86.lan: