diff --git a/meta/main.yaml b/meta/main.yaml index cfb1700..4ad52ff 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -7,5 +7,6 @@ galaxy_info: role_name: "pangolin" dependencies: - name: "docker" - src: "git+https://gitlab.simoncor.net/ansible/ans-docker.git" + src: "https://gitlab.simoncor.net/ansible/ans-docker.git" + scm: "git" version: "main" diff --git a/playbook.yaml b/playbook.yaml deleted file mode 100644 index 315fb9b..0000000 --- a/playbook.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- - -# execute this role -- name: "install and configure Pangolin" - hosts: "all" - become: true - tasks: - - # due to semaphore bug we need to do this ourselves - - name: "force-update requirements" - ansible.builtin.command: - cmd: "ansible-galaxy install -f -r roles/requirements.yml" - become: false - delegate_to: "localhost" - changed_when: false - failed_when: false - - # execute the role - - name: "execute role: pangolin" - ansible.builtin.include_role: - name: "pangolin" diff --git a/roles/requirements.yml b/roles/requirements.yml deleted file mode 100644 index 2686c42..0000000 --- a/roles/requirements.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- - -roles: - - name: "pangolin" - src: "https://gitlab.simoncor.net/ansible/ans-pangolin.git" - scm: "git"