1
0
IaC/ansible/inventory/hosts.yaml

28 lines
659 B
YAML
Raw Normal View History

2022-09-02 07:16:21 -04:00
all:
children:
2022-09-02 09:09:55 -04:00
hypervisors:
hosts:
server:
ansible_host: server.balsillie.net
lab:
ansible_host: lab.balsillie.net
2022-09-02 07:16:21 -04:00
nodes:
2022-09-02 09:09:55 -04:00
hosts:
node1:
ansible_host: node1.balsillie.net
node2:
ansible_host: node2.balsillie.net
node3:
ansible_host: node3.balsillie.net
2022-09-02 07:16:21 -04:00
guests:
2022-09-02 09:09:55 -04:00
hosts:
router:
ansible_host: router.balsillie.net
2022-09-02 07:16:21 -04:00
workstations:
2022-09-02 09:09:55 -04:00
hosts:
lat5420:
ansible_host: lat5420.balsillie.net
sff:
ansible_host: sff.balsillie.net
bridie:
ansible_host: bridie.balsillie.net