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
|
|
|
|
# Docs: https://github.com/geerlingguy/ansible-role-postgresql
|
|
|
|
- src: geerlingguy.postgresql
|
2020-10-28 22:14:30 -05:00
|
|
|
version: 2.2.1
|
2020-10-28 21:56:01 -05:00
|
|
|
|
|
|
|
# Webserver stuff
|
|
|
|
# Docs: https://github.com/geerlingguy/ansible-role-apache
|
|
|
|
- src: geerlingguy.apache
|
2020-10-28 22:14:30 -05:00
|
|
|
version: 3.1.0
|
2020-10-28 21:56:01 -05:00
|
|
|
# Docs: https://github.com/geerlingguy/ansible-role-php
|
|
|
|
- src: geerlingguy.php
|
2020-10-28 22:14:30 -05:00
|
|
|
version: 4.5.1
|