summaryrefslogtreecommitdiffstats
path: root/roles/dhcp_server
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-08-19 16:37:00 +0000
committerKevin Fenzi <kevin@scrye.com>2017-08-19 16:37:00 +0000
commit90207603b24ef8aa8681162b9921782cc2ed9827 (patch)
tree5d6fa3eff947ca8e4e64c8ef568045a2a4952161 /roles/dhcp_server
parent5f7ccbbd405243c4681f42cec07d03c6640cc3a5 (diff)
downloadansible-90207603b24ef8aa8681162b9921782cc2ed9827.tar.gz
ansible-90207603b24ef8aa8681162b9921782cc2ed9827.tar.xz
ansible-90207603b24ef8aa8681162b9921782cc2ed9827.zip
add bvirthost05 to dhcp
Diffstat (limited to 'roles/dhcp_server')
-rw-r--r--roles/dhcp_server/files/dhcpd.conf.dhcp01.phx2.fedoraproject.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/dhcp_server/files/dhcpd.conf.dhcp01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.dhcp01.phx2.fedoraproject.org
index 4f025dc99..ed5026724 100644
--- a/roles/dhcp_server/files/dhcpd.conf.dhcp01.phx2.fedoraproject.org
+++ b/roles/dhcp_server/files/dhcpd.conf.dhcp01.phx2.fedoraproject.org
@@ -294,6 +294,14 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
filename "pxelinux.0";
}
+ host bvirthost05 {
+ hardware ethernet 80:18:44:DE:4D:FC;
+ fixed-address 10.5.125.121;
+ next-server 10.5.125.43;
+ option host-name "bvirthost05.phx2.fedoraproject.org";
+ filename "pxelinux.0";
+ }
+
group macs {
allow booting;
allow bootp;