feat: add dhcpd server role

This commit is contained in:
Clément Désiles
2026-02-03 22:07:40 +01:00
parent 5fb027c446
commit 1f758deb82
8 changed files with 147 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
- name: Restart dhcpd
ansible.builtin.systemd:
name: "{{ dhcpd_service }}"
state: restarted