diff --git a/playbook.yaml b/playbook.yaml index 62cbabd..adc9c3e 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -4,9 +4,5 @@ - name: "install and configure SideroLabs's Omni" hosts: "all" become: true - tasks: - - # execute role - - name: "install and configure SideroLabs's Omni" - ansible.builtin.include_role: - name: "." + roles: + - role: "omni" diff --git a/roles/requirements.yml b/roles/requirements.yml new file mode 100644 index 0000000..8b4adc8 --- /dev/null +++ b/roles/requirements.yml @@ -0,0 +1,6 @@ +--- + +roles: + - name: "omni" + src: "https://gitlab.simoncor.net/ansible/ans-omni.git" + scm: "git"