ansible-personal/roles/common/tasks
Alan Orth b87f2e2fb0
roles/common: Use command module instead of shell
You should only use the "shell" module when you need shell functions
like flow control and redirects. Also, the "command" module is safer
because it is not affected by the user's environment.
2017-11-05 00:49:03 +02:00
..
cron-apt.yml roles/common: Adjust cron-apt stuff 2015-08-22 23:39:22 +03:00
firewall_Debian.yml roles/common: Use command module instead of shell 2017-11-05 00:49:03 +02:00
firewall_Ubuntu.yml roles/common: Use command module instead of shell 2017-11-05 00:49:03 +02:00
main.yml Revert "Import OS-specific vars in tasks instead of play" 2017-11-04 23:53:38 +02:00
ntp.yml roles/common: Use systemd module instead of "service" 2017-11-05 00:27:44 +02:00
packages_Debian.yml roles/common: Add names to include tasks 2017-10-03 17:46:55 +03:00
packages_Ubuntu.yml roles/common: Add names to include tasks 2017-10-03 17:46:55 +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 roles/common: Move sshd tasks to their own playbook 2015-08-23 00:00:43 +03:00
tarsnap.yml roles/common: Update apt cache in tarsnap step 2017-06-18 09:27:53 +03:00