diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..0f143d0 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,16 @@ +# 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 + +# Webserver stuff +# Docs: https://github.com/geerlingguy/ansible-role-apache +- src: geerlingguy.apache +# Docs: https://github.com/geerlingguy/ansible-role-php +- src: geerlingguy.php