diff --git a/playbook.yaml b/playbook.yaml new file mode 100644 index 0000000..c31905d --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,9 @@ +--- + +# execute this role +- name: "install and configure Unbound" + hosts: "all" + serial: 1 + become: true + roles: + - role: "."