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