feat: use new ansible layout
This commit is contained in:
parent
77c3dbffbd
commit
cd1e9ebb7e
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 a log forwarder"
|
||||||
|
hosts: "all"
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- role: "log_forwarder"
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "log_forwarder"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-log-forwarder.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue