diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index 8831773..283819d 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -140,6 +140,29 @@ host sushi { } +# VoIP Phones + +host voip01 { + hardware ethernet 00:1D:45:B6:99:2F; + option tftp-server-name "172.23.2.36"; +} + +host voip02 { + hardware ethernet 00:1D:A2:66:B8:3E; + option tftp-server-name "172.23.2.36"; +} + +host voip03 { + hardware ethernet 00:1E:BE:90:FB:DB; + option tftp-server-name "172.23.2.36"; +} + +host voip04 { + hardware ethernet 00:1E:BE:90:FF:06; + option tftp-server-name "172.23.2.36"; +} + + # OMAPI omapi-port 7911;