feat: use new ansible layout
This commit is contained in:
parent
d7d7f05d73
commit
cd8e6a7e53
2 changed files with 7 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
serial: 2
|
serial: 2
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: "."
|
- role: "common"
|
||||||
|
|
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "common"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-common.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue