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
|
2020-11-08 00:58:09 -06:00
|
|
|
# Upstream: https://github.com/geerlingguy/ansible-role-postgresql
|
2020-10-28 21:56:01 -05:00
|
|
|
- src: geerlingguy.postgresql
|
2020-10-28 22:14:30 -05:00
|
|
|
version: 2.2.1
|
2020-10-29 21:02:02 -05:00
|
|
|
name: postgresql
|
2020-10-28 21:56:01 -05:00
|
|
|
|
|
|
|
# Webserver stuff
|
2020-11-08 00:58:09 -06:00
|
|
|
# Upstream: https://github.com/geerlingguy/ansible-role-certbot
|
2020-11-07 23:56:30 -06:00
|
|
|
- src: geerlingguy.certbot
|
|
|
|
version: 3.1.0
|
|
|
|
name: certbot
|
2020-11-08 00:58:09 -06:00
|
|
|
# Upstream: https://github.com/geerlingguy/ansible-role-apache
|
2020-10-28 21:56:01 -05:00
|
|
|
- src: geerlingguy.apache
|
2020-10-28 22:14:30 -05:00
|
|
|
version: 3.1.0
|
2020-10-29 21:02:02 -05:00
|
|
|
name: apache
|
2020-11-08 00:58:09 -06:00
|
|
|
# Upstream: https://github.com/geerlingguy/ansible-role-php
|
2020-10-28 21:56:01 -05:00
|
|
|
- src: geerlingguy.php
|
2020-10-28 22:14:30 -05:00
|
|
|
version: 4.5.1
|
2020-10-29 21:02:02 -05:00
|
|
|
name: php
|
2020-10-29 20:39:59 -05:00
|
|
|
|
|
|
|
# Web applications
|
2020-11-08 00:58:09 -06:00
|
|
|
# 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
|
2020-11-08 00:58:09 -06:00
|
|
|
# Upstream: https://github.com/nkakouros-original/ansible-role-nextcloud
|
2020-11-01 04:55:05 -06:00
|
|
|
- src: nkakouros.nextcloud
|
|
|
|
version: master
|
|
|
|
name: nextcloud
|
2021-01-20 19:25:16 -06:00
|
|
|
# Upstream: https://github.com/ONLYOFFICE/ansible-role-documentserver
|
|
|
|
- src: onlyoffice.documentserver
|
|
|
|
version: v1.0.3
|
|
|
|
name: onlyoffice
|
2020-12-21 21:19:47 -06:00
|
|
|
|
|
|
|
# Game Servers
|
|
|
|
# Upstream: https://github.com/bplower/ansible-factorio
|
|
|
|
- src: bplower.factorio
|
|
|
|
version: master
|
|
|
|
name: factorio
|