diff --git a/playbook.yaml b/playbook.yaml new file mode 100644 index 0000000..eb88d3e --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,12 @@ +--- + +# execute this role +- name: "install and configure Pangolin" + hosts: "all" + become: true + tasks: + + # execute role + - name: "install and configure Pangolin" + ansible.builtin.include_role: + name: "."