ansible-personal/roles
Alan Orth 7aed78016c
roles/php-fpm: Use set_fact to set packages
Instead of looping over a list of items to install, we can actually
just give a list directly to the apt module. This allows the module
to install all packages in one transaction, which is faster as well
as slightly safer for some dependency resolution scenarios.
2018-04-29 16:10:53 +03:00
..
common roles/common: Use blocks to tag children of dynamic tasks 2018-04-26 16:58:35 +03:00
mariadb Fix a few more Jinja2 filters used as tests 2018-04-05 12:17:26 +03:00
munin roles/munin: Don't use loop when installing one package 2018-04-02 15:51:29 +03:00
nginx roles/nginx: Use set_fact to set certbot dependencies 2018-04-26 19:48:05 +03:00
php-fpm roles/php-fpm: Use set_fact to set packages 2018-04-29 16:10:53 +03:00