From 11fe5fb5dcd4ce6866b04005a41c23fbd80e9a39 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 13 Jan 2024 16:49:47 +0100 Subject: [PATCH] conf dhcp: add ip for shelly --- ansible/group_vars/dhcp/dhcp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ansible/group_vars/dhcp/dhcp b/ansible/group_vars/dhcp/dhcp index 8b251f2..1c24d22 100644 --- a/ansible/group_vars/dhcp/dhcp +++ b/ansible/group_vars/dhcp/dhcp @@ -45,13 +45,6 @@ dhcpd_hosts: - hostname: 'bleys' address: '192.168.1.42' ethernet: '68:1d:ef:2b:3d:24' - - hostname: 'VMAS-HML' - address: '192.168.1.50' - ethernet: '52:54:00:02:74:ed' - - - hostname: 'VMAS-BUILD' - address: '192.168.1.53' - ethernet: '52:54:13:1e:93' - hostname: 'xiaomi-chambre-gateway' @@ -69,4 +62,7 @@ dhcpd_hosts: - hostname: 'shelly-chambre-ventilo' address: '192.168.1.65' ethernet: 'e0:98:06:97:78:0b' + - hostname: 'shelly-Bureau-chauffeau' + address: '192.168.1.66' + ethernet: '8c:aa:b5:42:b9:b9'