roles/common: Adjust cron-apt stuff

- Don't run the static files as templates
- Use a separate playbook for related tasks
- Use a template for security.sources.list

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-08-22 23:39:22 +03:00
parent c535cce6a5
commit fc586a2297
5 changed files with 26 additions and 8 deletions

View File

@ -0,0 +1,5 @@
# Configuration for cron-apt. For further information about the possible
# configuration settings see the README file.
MAILON="never"
OPTIONS="-o quiet=1 -o Dir::Etc::SourceList=/etc/apt/security.sources.list -o Dir::Etc::SourceParts=\"/dev/null\""