feat: initial commit

This commit is contained in:
Simon Cornet 2025-07-15 15:14:25 +02:00
commit f17a0eeddf
17 changed files with 273 additions and 93 deletions

7
tasks/install.yaml Normal file
View file

@ -0,0 +1,7 @@
---
# install kea-dhcp4-server
- name: "install kea-dhcp4-server"
ansible.builtin.apt:
name: "kea-dhcp4-server"
when: 'ansible_os_family == "Debian"'