From 2b43a85c7809080eca4aae22110689b3ab8691d6 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 7 Oct 2018 21:41:12 -0500 Subject: [PATCH] Add static leases for proxy/smtp In order to allow access to these services through the firewall from the management network, they need to have static addresses. --- group_vars/pyrocufflink-dhcp.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/group_vars/pyrocufflink-dhcp.yml b/group_vars/pyrocufflink-dhcp.yml index 24f9430..cfabbd0 100644 --- a/group_vars/pyrocufflink-dhcp.yml +++ b/group_vars/pyrocufflink-dhcp.yml @@ -117,6 +117,12 @@ dhcp_reservations: - host: dc0.pyrocufflink.blue ip_addr: 172.30.0.10 mac_addr: 52:54:00:e0:fa:f9 +- host: proxy0.pyrocufflink.blue + ip_addr: 172.30.0.11 + mac_addr: 52:54:00:88:e9:af +- host: smtp1.pyrocufflink.blue + ip_addr: 172.30.0.12 + mac_addr: 52:54:00:48:29:d6 - host: diddy.pyrocufflink.blue ip_addr: 172.30.0.13 mac_addr: 74:da:38:8f:94:4f