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