ansible/inventory/hosts.yml
Salt 4f96ddf379 Add udev, grub roles for desktops
Lovin how light they are tho
2020-11-03 05:30:19 -06:00

18 lines
329 B
YAML

# vim:ft=ansible:
all:
vars:
ansible_user: ansible
children:
desktop:
hosts:
dsk-cstm-0:
ansible_host: 172.23.100.1
db:
hosts:
db1.test.desu.ltd:
ansible_host: 192.168.122.169
web:
hosts:
web1.test.desu.ltd:
ansible_host: 192.168.122.62