From 03df9dec720cdb923e0c1ff21cedd42d06660f0b Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 7 Jul 2024 06:33:46 +0530 Subject: [PATCH] add host nvidia --- inventory.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory.yml b/inventory.yml index 2717de1..c636c9a 100644 --- a/inventory.yml +++ b/inventory.yml @@ -15,12 +15,14 @@ ungrouped: ansible_host: 192.168.1.220 nginx: ansible_host: 192.168.1.165 + nvidia: + ansible_host: 192.168.1.113 docker: hosts: docker-swarm-1: ansible_host: 192.168.1.217 docker-swarm-2: - ansible_host: 192.168.1.72 + ansible_host: 192.168.1.201 docker-swarm-3: ansible_host: 192.168.1.110 pi: