group_vars
host_vars
roles
common
mariadb
munin
nginx
php5-fpm
defaults
handlers
tasks
templates
vars
.gitignore
LICENSE
README.md
site.yml
web.yml
Reduce memory allocation from 128 -> 72M because after a few days of running it's only using 64 or so, so it's really just a waste of memory. Also, disable opcache for CLI. What the hell do you need opcaching in the CLI invocation for? It only persists for one process! Signed-off-by: Alan Orth <alan.orth@gmail.com>