diff --git a/playbook.yaml b/playbook.yaml index eb88d3e..ffb8037 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -4,9 +4,5 @@ - name: "install and configure Pangolin" hosts: "all" become: true - tasks: - - # execute role - - name: "install and configure Pangolin" - ansible.builtin.include_role: - name: "." + roles: + - role: "pangolin" diff --git a/roles/requirements.yml b/roles/requirements.yml new file mode 100644 index 0000000..2686c42 --- /dev/null +++ b/roles/requirements.yml @@ -0,0 +1,6 @@ +--- + +roles: + - name: "pangolin" + src: "https://gitlab.simoncor.net/ansible/ans-pangolin.git" + scm: "git"