ansible/inventory/hosts.yml

54 lines
1.1 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
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
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:
2021-02-23 18:37:52 +00: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 02:03:38 +00:00
node-04.lan:
# node-x86.lan: