Switch to kea dhcp server for jail network.

This commit is contained in:
Tom Alexander
2023-04-25 19:01:57 -04:00
parent ba7567ad9c
commit 0939203377
5 changed files with 32 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
- name: Install packages
package:
name:
- dhcpd
- kea
state: present
- name: Install Configuration
@@ -14,7 +14,7 @@
loop:
- src: rc.conf
dest: /etc/rc.conf
- src: dhcpd.conf
dest: /usr/local/etc/dhcpd.conf
- src: kea-dhcp4.conf
dest: /usr/local/etc/kea/kea-dhcp4.conf
- src: resolv.conf
dest: /etc/resolv.conf