Commit 4e13c42f authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add playbook for local execution

parent 9c852609
Loading
Loading
Loading
Loading
Loading

playbook.yaml

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

# execute this role
- name: "install and configure Unbound"
  hosts: "all"
  serial: 1
  become: true
  roles:
    - role: "."