feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:30:12 +02:00
commit 53a7de5faa
2 changed files with 14 additions and 0 deletions

8
playbook.yaml Normal file
View file

@ -0,0 +1,8 @@
---
# execute this role
- name: "install and configure a DHCP server"
hosts: "all"
become: true
roles:
- role: "dhcp"

6
roles/requirements.yml Normal file
View file

@ -0,0 +1,6 @@
---
roles:
- name: "dhcp"
src: "https://gitlab.simoncor.net/ansible/ans-dhcp.git"
scm: "git"