2022-09-06 09:33:50 +00:00
|
|
|
# vim: set ft=yaml.ansible:
|
2022-07-26 11:09:13 +00:00
|
|
|
---
|
2022-09-12 14:07:14 +00:00
|
|
|
|
2022-09-06 09:33:50 +00:00
|
|
|
roles:
|
|
|
|
- src: geerlingguy.mysql
|
|
|
|
- src: https://github.com/crowdsecurity/ansible-role-postgresql
|
|
|
|
version: crowdsec
|
|
|
|
name: geerlingguy.postgresql
|
2022-08-04 09:25:34 +00:00
|
|
|
|
2022-09-12 14:07:14 +00:00
|
|
|
collections:
|
|
|
|
- name: https://github.com/crowdsecurity/ansible-collection-crowdsecurity.testing.git
|
|
|
|
type: git
|
|
|
|
version: main
|
|
|
|
|
2022-09-06 09:33:50 +00:00
|
|
|
# - name: crowdsecurity.testing
|
2022-09-12 14:07:14 +00:00
|
|
|
# source: ../../../crowdsecurity.testing
|
2022-09-06 09:33:50 +00:00
|
|
|
# type: dir
|
2022-07-29 08:34:03 +00:00
|
|
|
|