Converted old inventory file to YAML format
This commit is contained in:
42
inventory.yml
Normal file
42
inventory.yml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
docker_hosts:
|
||||||
|
hosts:
|
||||||
|
minecraft:
|
||||||
|
ansible_host: 192.168.1.2
|
||||||
|
omv:
|
||||||
|
ansible_host: 192.168.1.4
|
||||||
|
pi:
|
||||||
|
ansible_host: 192.168.1.239
|
||||||
|
proxmox:
|
||||||
|
ansible_host: 192.168.1.126
|
||||||
|
acer:
|
||||||
|
ansible_host: 192.168.1.201
|
||||||
|
docker-swarm-01:
|
||||||
|
ansible_host: 192.168.1.89
|
||||||
|
docker-swarm-02:
|
||||||
|
ansible_host: 192.168.1.91
|
||||||
|
docker-swarm-03:
|
||||||
|
ansible_host: 192.168.1.189
|
||||||
|
docker-swarm-04:
|
||||||
|
ansible_host: 192.168.1.231
|
||||||
|
docker-swarm-05:
|
||||||
|
ansible_host: 192.168.1.14
|
||||||
|
docker-swarm-06:
|
||||||
|
ansible_host: 192.168.1.20
|
||||||
|
docker-swarm-07:
|
||||||
|
ansible_host: 192.168.1.123
|
||||||
|
docker-swarm-08:
|
||||||
|
ansible_host: 192.168.1.15
|
||||||
|
|
||||||
|
non_docker_hosts:
|
||||||
|
hosts:
|
||||||
|
pihole:
|
||||||
|
ansible_host: 192.168.1.210
|
||||||
|
prowlarr:
|
||||||
|
ansible_host: 192.168.1.98
|
||||||
|
nextcloud:
|
||||||
|
ansible_host: 192.168.1.211
|
||||||
|
ansible:
|
||||||
|
ansible_host: localhost
|
||||||
|
jellyfin:
|
||||||
|
ansible_host: 192.168.1.5
|
||||||
Reference in New Issue
Block a user