feat: use new ansible layout
This commit is contained in:
parent
f70962da5e
commit
df45898319
2 changed files with 14 additions and 0 deletions
8
playbook.yaml
Normal file
8
playbook.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
# execute this role
|
||||||
|
- name: "install and configure SemaphoreUI"
|
||||||
|
hosts: "all"
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: "semaphore"
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "semaphore"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-semaphore.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue