From 69182138a234e06e8021e0de49a483ff293a8c3a Mon Sep 17 00:00:00 2001 From: akshun Date: Fri, 26 Jan 2024 16:28:01 +0530 Subject: [PATCH] Converted old inventory file to YAML format --- inventory.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 inventory.yml diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..43d3cbf --- /dev/null +++ b/inventory.yml @@ -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