ansible-personal/roles/common/tasks
Alan Orth 8b660dcfbe
roles/common: Use dynamic include_tasks for packages
Basically, when using conditionals or variables in your tasks you should
use include_tasks instead of import_tasks. The down side is that you now
need to tag all included tasks individually or with a block, unlike when
using static imports (tags are applied to all imported child tasks).

I would actually like to reduce this task to a single one that uses the
host's ansible_distribution variable, but Ansible 2.5.1 currently gives
the following error: ansible_distribution is undefined.
2018-04-25 18:46:28 +03:00
..
cron-apt.yml Update with_items loops to use new-ish "loop" keyword 2018-04-02 15:52:51 +03:00
firewall_Debian.yml Update with_items loops to use new-ish "loop" keyword 2018-04-02 15:52:51 +03:00
firewall_Ubuntu.yml Update with_items loops to use new-ish "loop" keyword 2018-04-02 15:52:51 +03:00
main.yml roles/common: Use dynamic include_tasks for packages 2018-04-25 18:46:28 +03:00
ntp.yml roles/common: Update comment in ntp task 2018-04-05 12:17:25 +03:00
packages_Debian.yml roles/common: Use dynamic include_tasks for packages 2018-04-25 18:46:28 +03:00
packages_Ubuntu.yml roles/common: Use dynamic include_tasks for packages 2018-04-25 18:46:28 +03:00
ssh-keys.yml roles/common: Add functionality to copy user keys to provisioning user 2014-10-11 12:13:45 +03:00
sshd.yml Update with_items loops to use new-ish "loop" keyword 2018-04-02 15:52:51 +03:00
tarsnap.yml roles/common: Update Tarsnap GPG key 2018-04-05 12:17:25 +03:00