47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
# 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
|
|
- src: geerlingguy.postgresql
|
|
version: 2.2.1
|
|
name: postgresql
|
|
|
|
# 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
|
|
- src: geerlingguy.apache
|
|
version: 3.1.0
|
|
name: apache
|
|
# Upstream: https://github.com/geerlingguy/ansible-role-php
|
|
- src: geerlingguy.php
|
|
version: 4.5.1
|
|
name: php
|
|
|
|
# Web applications
|
|
# Upstream: https://github.com/thomas-maurice/ansible-role-gitea
|
|
- src: thomas_maurice.ansible_role_gitea
|
|
version: master
|
|
name: gitea
|
|
# Upstream: https://github.com/nkakouros-original/ansible-role-nextcloud
|
|
- src: nkakouros.nextcloud
|
|
version: master
|
|
name: nextcloud
|
|
# Upstream: https://github.com/ONLYOFFICE/ansible-role-documentserver
|
|
- src: onlyoffice.documentserver
|
|
version: v1.0.3
|
|
name: onlyoffice
|
|
|
|
# Game Servers
|
|
# Upstream: https://github.com/bplower/ansible-factorio
|
|
- src: bplower.factorio
|
|
version: master
|
|
name: factorio
|