From d84c0b939db013469c003194efdeb6a6fb34e8d9 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 5 Dec 2021 03:03:38 +0100 Subject: [PATCH] Update network --- inventory/hosts.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 4d01320..2c226df 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -63,6 +63,11 @@ all: vars: ip: 103 mac: dc:a6:32:3c:1a:ec + node-04.lan: + ansible_host: 192.168.50.104 + vars: + ip: 104 + mac: dc:a6:32:f6:63:c1 node-x86.lan: ansible_host: 192.168.50.186 vars: @@ -73,6 +78,7 @@ all: node-01.lan: node-02.lan: node-03.lan: + node-04.lan: lan: hosts: router: @@ -90,4 +96,5 @@ all: node-01.lan: node-02.lan: node-03.lan: - node-x86.lan: \ No newline at end of file + node-04.lan: +# node-x86.lan: \ No newline at end of file