dhcp/tasks/config.yaml
2025-07-15 15:14:25 +02:00

11 lines
249 B
YAML

---
# configure kea-dhcp4
- name: "config - kea-dhcp4"
ansible.builtin.template:
src: "templates/kea-dhcp4.conf.j2"
dest: "/etc/kea/kea-dhcp4.conf"
owner: "root"
group: "root"
mode: "0644"
notify: "restart kea-dhcp4-server"