ansible/requirements.yml

22 lines
692 B
YAML
Raw Normal View History

2021-08-01 21:39:36 -05:00
# vim:ft=ansible
# To install, use pip-style invocation:
# ansible-galaxy install -r requirements.yml
2021-08-01 21:43:54 -05:00
collections:
- netbox.netbox
2021-08-01 21:39:36 -05:00
roles:
# Upstream: https://github.com/willshersystems/ansible-sshd
- src: willshersystems.sshd
2021-08-01 21:39:36 -05:00
version: v0.12.0
# Upstream: https://github.com/geerlingguy/ansible-role-nfs
- src: geerlingguy.nfs
2021-08-01 21:39:36 -05:00
version: 2.0.0
# Upstream: https://github.com/geerlingguy/ansible-role-docker
- src: geerlingguy.docker
2021-08-01 21:39:36 -05:00
version: 3.0.0
# Upstream: https://github.com/geerlingguy/ansible-role-postgresql
- src: geerlingguy.postgresql
2021-08-01 21:39:36 -05:00
version: 2.2.1
2021-08-08 13:26:39 -05:00
# Upstream: https://github.com/Oefenweb/ansible-snmpd
- src: oefenweb.snmpd
2021-08-08 13:26:39 -05:00
version: master