From 1bb9c28ef450cec7e5e89c543d07302385f0a9eb Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 19 Sep 2019 18:54:35 -0500 Subject: [PATCH] pyrocufflink-dhcp: Add lease for serial0.p.b *serial0.pyrocufflink.blue* has a manually-configured IP address now, to ensure it always has an addresss, even if the DHCP server is unavailable. Recording it here to ensure the address does not accidentally get reused. --- group_vars/pyrocufflink-dhcp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/pyrocufflink-dhcp.yml b/group_vars/pyrocufflink-dhcp.yml index 668006d..f199b58 100644 --- a/group_vars/pyrocufflink-dhcp.yml +++ b/group_vars/pyrocufflink-dhcp.yml @@ -129,6 +129,9 @@ dhcp_reservations: - host: diddy.pyrocufflink.blue ip_addr: 172.30.0.13 mac_addr: 74:da:38:8f:94:4f +- host: serial0.pyrocufflink.blue + ip_addr: 172.30.0.16 + mac_addr: b8:27:eb:c4:34:be # Management - host: unifi0