initial inventory update
This commit is contained in:
+56
-2
@@ -1,3 +1,57 @@
|
||||
all:
|
||||
hosts: {}
|
||||
children: {}
|
||||
hosts:
|
||||
adguard-1:
|
||||
ansible_host: 10.10.1.4
|
||||
ansible_port: 22
|
||||
adguard-2:
|
||||
ansible_host: 10.10.3.4
|
||||
ansible_port: 22
|
||||
kube-1:
|
||||
ansible_host: 10.10.3.61
|
||||
ansible_port: 22
|
||||
kube-2:
|
||||
ansible_host: 10.10.3.62
|
||||
ansible_port: 22
|
||||
kube-3:
|
||||
ansible_host: 10.10.3.63
|
||||
ansible_port: 22
|
||||
node-1:
|
||||
ansible_host: 10.10.3.70
|
||||
ansible_port: 22
|
||||
node-2:
|
||||
ansible_host: 10.10.3.71
|
||||
ansible_port: 22
|
||||
node-3:
|
||||
ansible_host: 10.10.3.72
|
||||
ansible_port: 22
|
||||
plex:
|
||||
ansible_host: 10.10.1.34
|
||||
ansible_port: 22
|
||||
pvr:
|
||||
ansible_host: 10.10.3.16
|
||||
ansible_port: 22
|
||||
xen-orchestra:
|
||||
ansible_host: 10.10.3.90
|
||||
ansible_port: 22
|
||||
children:
|
||||
appliance:
|
||||
hosts:
|
||||
xen-orchestra: null
|
||||
dns:
|
||||
hosts:
|
||||
adguard-1: null
|
||||
adguard-2: null
|
||||
k8s:
|
||||
hosts:
|
||||
kube-1: null
|
||||
kube-2: null
|
||||
kube-3: null
|
||||
media:
|
||||
hosts:
|
||||
plex: null
|
||||
pvr: null
|
||||
swarm:
|
||||
hosts:
|
||||
node-1: null
|
||||
node-2: null
|
||||
node-3: null
|
||||
|
||||
Reference in New Issue
Block a user