ansible/inventory/hosts.yml

58 lines
1.2 KiB
YAML
Raw Normal View History

2020-04-10 22:15:37 +00:00
---
all:
2020-05-25 22:41:21 +00:00
hosts:
2021-02-23 18:37:52 +00: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 10:00:18 +00:00
ansible_host: 192.168.60.100
2023-07-05 19:55:26 +00:00
laptop.lan:
ansible_host: 192.168.50.29
2021-02-23 18:37:52 +00: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 02:03:38 +00:00
node-04.lan:
ansible_host: 192.168.50.104
2023-09-24 17:14:02 +00:00
node-05.lan:
ansible_host: 192.168.50.105
2023-02-04 23:22:08 +00:00
uatu.lan:
ansible_host: 192.168.50.106
2021-02-23 18:37:52 +00:00
node-x86.lan:
ansible_host: 192.168.50.186
2022-06-04 20:55:54 +00:00
remote_server:
ansible_host:
ansible_become_password:
ansible_user: ubuntu
2020-04-10 22:15:37 +00:00
children:
2021-02-23 18:37:52 +00:00
raspberry:
2020-04-10 22:15:37 +00:00
hosts:
2020-05-25 22:22:38 +00:00
node-01.lan:
node-02.lan:
node-03.lan:
2021-12-05 02:03:38 +00:00
node-04.lan:
2023-09-24 17:14:02 +00:00
node-05.lan:
2021-02-23 18:37:52 +00:00
lan:
hosts:
router:
bender:
home-assistant:
prusa:
children:
docker_cluster:
hosts:
node-01.lan:
node-02.lan:
node-03.lan:
2021-12-05 02:03:38 +00:00
node-04.lan:
2023-09-24 17:14:02 +00:00
node-05.lan: