ansible-personal/roles
Alan Orth bf7accdade
roles/php-fpm: Only create pools for vhosts that need PHP
Only vhosts running WordPress, etc need PHP. Make sure to set the
appopriate variables for each vhost in the host's vars, ie:

  nginx_vhosts:
    - domain_name:   example.com
      has_wordpress: True

    - domain_name:   example.net
      needs_php:     True

You can set either of them, but not both—needing WordPress implies
needing PHP.
2016-09-13 15:58:09 +03:00
..
common roles/common: Add a dedicated playbook for ntp tasks 2016-08-25 14:19:51 +03:00
mariadb Revert "Only update packages indexes if the cache is 1 hour old" 2016-08-25 12:58:15 +03:00
munin Add 'packages' tag to any task doing package stuff 2016-08-14 16:33:48 +03:00
nginx roles/nginx: Add new variable "needs_php" 2016-09-13 14:53:12 +03:00
php-fpm roles/php-fpm: Only create pools for vhosts that need PHP 2016-09-13 15:58:09 +03:00