playbook_del-updates/del_inventory.yml

170 lines
4.3 KiB
YAML
Raw Normal View History

2021-07-23 18:45:44 -04:00
---
###########################################################################
#
# Inventory for delfax package updates (using updates.yml)
#
###########################################################################
all:
hosts:
children:
local:
hosts:
reddwarf:
ansible_host: 192.168.7.10
starbug:
ansible_host: 192.168.7.15
kryten:
ansible_host: 192.168.7.20
2021-10-28 09:52:52 -04:00
talkie:
ansible_host: 192.168.7.21
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
2022-01-27 23:22:27 -05:00
hollister:
ansible_host: 192.168.7.26
2021-07-23 18:45:44 -04:00
delans:
ansible_host: 192.168.7.31
docker1:
ansible_host: 192.168.7.32
docker2:
ansible_host: 192.168.7.33
2021-11-03 14:22:18 -04:00
npm:
ansible_host: 192.168.7.40
cat:
ansible_host: 192.168.7.101
octoprint:
ansible_host: 192.168.7.104
testing:
hosts:
2022-01-27 07:43:15 -05:00
deb-testing:
ansible_host: 192.168.7.92
deb-sid:
ansible_host: 192.168.7.93
u2004svr:
ansible_host: 192.168.7.94
2021-07-23 18:45:44 -04:00
remote:
hosts:
2021-07-31 19:48:49 -04:00
jmc:
ansible_host: 132.145.97.217
2021-07-31 19:48:49 -04:00
ansible_port: 50022
2021-08-03 10:03:40 -04:00
rimmer:
2021-07-31 08:59:38 -04:00
ansible_host: 132.145.96.245
ansible_port: 50022
queeg:
ansible_host: 132.145.103.114
ansible_port: 50022
2021-08-03 10:03:40 -04:00
smeg:
ansible_host: 172.97.69.70
ansible_port: 50022
2021-08-20 18:00:28 -04:00
# snafu:
# ansible_host: 192.210.140.178
# ansible_port: 50022
2021-07-23 18:45:44 -04:00
k8s:
hosts:
node-1-rpi4:
2021-07-23 18:45:44 -04:00
ansible_host: 192.168.7.51
node-2-lxc:
2021-07-23 18:45:44 -04:00
ansible_host: 192.168.7.52
node-3-lxc:
2021-07-23 18:45:44 -04:00
ansible_host: 192.168.7.53
node-4-lxc:
ansible_host: 192.168.7.54
node-5-rpi4:
ansible_host: 192.168.7.55
node-6-rpi4:
ansible_host: 192.168.7.56
node-7-rpi4:
ansible_host: 192.168.7.57
2021-07-23 18:45:44 -04:00
nagios_agents:
hosts:
reddwarf:
ansible_host: 192.168.7.10
starbug:
ansible_host: 192.168.7.15
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
2022-01-27 23:22:27 -05:00
hollister:
ansible_host: 192.168.7.26
2021-07-23 18:45:44 -04:00
delans:
ansible_host: 192.168.7.31
docker1:
ansible_host: 192.168.7.32
docker2:
ansible_host: 192.168.7.33
2021-11-13 10:09:27 -05:00
npm:
ansible_host: 192.168.7.40
node-1-rpi4:
ansible_host: 192.168.7.51
node-2-lxc:
ansible_host: 192.168.7.52
node-3-lxc:
ansible_host: 192.168.7.53
node-4-lxc:
ansible_host: 192.168.7.54
node-5-rpi4:
ansible_host: 192.168.7.55
node-6-rpi4:
ansible_host: 192.168.7.56
node-7-rpi4:
ansible_host: 192.168.7.57
monitorix:
hosts:
reddwarf:
ansible_host: 192.168.7.10
starbug:
ansible_host: 192.168.7.15
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
2022-01-27 23:22:27 -05:00
hollister:
ansible_host: 192.168.7.26
2021-11-13 10:09:27 -05:00
delans:
ansible_host: 192.168.7.31
docker1:
ansible_host: 192.168.7.32
docker2:
ansible_host: 192.168.7.33
npm:
ansible_host: 192.168.7.40
node-1-rpi4:
2021-07-23 18:45:44 -04:00
ansible_host: 192.168.7.51
node-2-lxc:
2021-07-23 18:45:44 -04:00
ansible_host: 192.168.7.52
node-3-lxc:
2021-07-23 18:45:44 -04:00
ansible_host: 192.168.7.53
node-4-lxc:
ansible_host: 192.168.7.54
node-5-rpi4:
ansible_host: 192.168.7.55
node-6-rpi4:
ansible_host: 192.168.7.56
node-7-rpi4:
ansible_host: 192.168.7.57
lxd:
hosts:
reddwarf:
ansible_host: 192.168.7.10
starbug:
ansible_host: 192.168.7.15
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
hollister:
ansible_host: 192.168.7.26
laptop_servers:
hosts:
holly:
ansible_host: 192.168.7.24
lister:
ansible_host: 192.168.7.25
hollister:
ansible_host: 192.168.7.26
2021-07-23 18:45:44 -04:00
# EOF