From f798ffcb840f86ed6d736823b4c03c3788ddbebc Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 14 Jun 2024 07:02:02 +0530 Subject: [PATCH] add docker hosts --- inventory.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/inventory.yml b/inventory.yml index 2aed6e5..9fa8a3a 100644 --- a/inventory.yml +++ b/inventory.yml @@ -13,10 +13,15 @@ ungrouped: ansible_host: 192.168.1.221 nextcloud: ansible_host: 192.168.1.220 - pi: - ansible_host: 192.168.1.80 + nginx: + ansible_host: 192.168.1.165 docker: hosts: - docker: - ansible_host: 192.168.1.165 - + docker-swarm-1: + ansible_host: 192.168.1.217 + docker-swarm-2: + ansible_host: 192.168.1.72 + pi: + ansible_host: 192.168.1.80 + jellyfin: + ansible_host: 192.168.1.192