feat: use new ansible layout
This commit is contained in:
parent
c47c695a9d
commit
541c0d70c0
2 changed files with 8 additions and 6 deletions
|
|
@ -4,9 +4,5 @@
|
||||||
- name: "install and configure Pangolin"
|
- name: "install and configure Pangolin"
|
||||||
hosts: "all"
|
hosts: "all"
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
roles:
|
||||||
|
- role: "pangolin"
|
||||||
# execute role
|
|
||||||
- name: "install and configure Pangolin"
|
|
||||||
ansible.builtin.include_role:
|
|
||||||
name: "."
|
|
||||||
|
|
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "pangolin"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-pangolin.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue