ansible-personal/roles/common/tasks
Alan Orth ab27caf877
roles/common: Use dynamic include_tasks for firewall
Use dynamic includes instead of static imports when you are running
tasks conditionally or using variable interpolation. The down side
is that you need to then tag the parent task as well as all child
tasks, as tags only apply to children of statically imported tasks.
2018-04-25 18:58:31 +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 roles/common: Use dynamic include_tasks for firewall 2018-04-25 18:58:31 +03:00
firewall_Ubuntu.yml roles/common: Use dynamic include_tasks for firewall 2018-04-25 18:58:31 +03:00
main.yml roles/common: Use dynamic include_tasks for firewall 2018-04-25 18:58:31 +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