ansible/requirements.yml
2021-10-07 10:39:20 -05:00

25 lines
793 B
YAML

# vim:ft=ansible
# To install, use pip-style invocation:
# ansible-galaxy install -r requirements.yml
collections:
- netbox.netbox
roles:
# Upstream: https://github.com/bertvv/ansible-role-samba
- src: bertvv.samba
version: v2.7.1
# Upstream: https://github.com/geerlingguy/ansible-role-docker
- src: geerlingguy.docker
version: 3.0.0
# Upstream: https://github.com/geerlingguy/ansible-role-nfs
- src: geerlingguy.nfs
version: 2.0.0
# Upstream: https://github.com/geerlingguy/ansible-role-postgresql
- src: geerlingguy.postgresql
version: 2.2.1
# Upstream: https://github.com/Oefenweb/ansible-snmpd
- src: oefenweb.snmpd
version: master
# Upstream: https://github.com/willshersystems/ansible-sshd
- src: willshersystems.sshd
version: v0.12.0