ansible/roles/requirements.yml

43 lines
1.2 KiB
YAML
Raw Normal View History

2020-10-28 21:56:01 -05:00
# vim:ft=ansible
# To install, use pip-style invocation:
# ansible-galaxy install -r requirements.yml
# MAD PROPS to geerlingguy; if for some reason you end up reading this, hit me
# up and I'll buy you a beer or a pizza or something.
# DB Server stuff
# Upstream: https://github.com/geerlingguy/ansible-role-postgresql
2020-10-28 21:56:01 -05:00
- src: geerlingguy.postgresql
version: 2.2.1
2020-10-29 21:02:02 -05:00
name: postgresql
2020-10-28 21:56:01 -05:00
# Webserver stuff
# Upstream: https://github.com/geerlingguy/ansible-role-certbot
- src: geerlingguy.certbot
version: 3.1.0
name: certbot
# Upstream: https://github.com/geerlingguy/ansible-role-apache
2020-10-28 21:56:01 -05:00
- src: geerlingguy.apache
version: 3.1.0
2020-10-29 21:02:02 -05:00
name: apache
# Upstream: https://github.com/geerlingguy/ansible-role-php
2020-10-28 21:56:01 -05:00
- src: geerlingguy.php
version: 4.5.1
2020-10-29 21:02:02 -05:00
name: php
2020-10-29 20:39:59 -05:00
# Web applications
# Upstream: https://github.com/thomas-maurice/ansible-role-gitea
2020-10-29 20:39:59 -05:00
- src: thomas_maurice.ansible_role_gitea
version: master
name: gitea
# Upstream: https://github.com/nkakouros-original/ansible-role-nextcloud
2020-11-01 04:55:05 -06:00
- src: nkakouros.nextcloud
version: master
name: nextcloud
2020-12-21 21:19:47 -06:00
# Game Servers
# Upstream: https://github.com/bplower/ansible-factorio
- src: bplower.factorio
version: master
name: factorio