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
|
2023-02-15 13:23:52 +00:00
|
|
|
# these should be included as dependencies of crowdsecurity.testing, but sometime are not
|
|
|
|
- src: geerlingguy.repo-epel
|
2023-12-11 09:07:09 +00:00
|
|
|
- src: gantsign.golang
|
2022-08-04 09:25:34 +00:00
|
|
|
|
2022-09-12 14:07:14 +00:00
|
|
|
collections:
|
2023-07-04 10:26:32 +00:00
|
|
|
- name: ansible.posix
|
2022-09-12 14:07:14 +00:00
|
|
|
- name: https://github.com/crowdsecurity/ansible-collection-crowdsecurity.testing.git
|
|
|
|
type: git
|
2023-07-24 13:35:07 +00:00
|
|
|
version: v0.0.5
|
2022-09-12 14:07:14 +00:00
|
|
|
|
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
|