Commit 541c0d70 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use new ansible layout

parent c47c695a
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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"

roles/requirements.yml

0 → 100644
+6 −0
Original line number Diff line number Diff line
---

roles:
  - name: "pangolin"
    src: "https://gitlab.simoncor.net/ansible/ans-pangolin.git"
    scm: "git"