ansible/requirements.yml

21 lines
629 B
YAML

# vim:ft=ansible
# To install, use pip-style invocation:
# ansible-galaxy install -r requirements.yml
collections:
- debops.debops
- debops.roles02
- netbox.netbox
roles:
# 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: 3.5.0
# Upstream: https://github.com/willshersystems/ansible-sshd
- src: willshersystems.sshd
version: v0.23.0