Commit 53a7de5f authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use new ansible layout

parent 65735387
Loading
Loading
Loading
Loading
Loading

playbook.yaml

0 → 100644
+8 −0
Original line number Diff line number Diff line
---

# execute this role
- name: "install and configure a DHCP server"
  hosts: "all"
  become: true
  roles:
    - role: "dhcp"

roles/requirements.yml

0 → 100644
+6 −0
Original line number Diff line number Diff line
---

roles:
  - name: "dhcp"
    src: "https://gitlab.simoncor.net/ansible/ans-dhcp.git"
    scm: "git"