Commit 2ce7e2cc authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use new ansible layout

parent 17ea33e0
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -5,9 +5,5 @@
  hosts: "all"
  serial: 1
  become: true
  tasks:

    # execute role
    - name: "install and configure unbound dns"
      ansible.builtin.include_role:
        name: "."
  roles:
    - role: "dns"

roles/requirements.yml

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

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