django-init icon indicating copy to clipboard operation
django-init copied to clipboard

enable unattended security updates in ubuntu

Open theskumar opened this issue 9 years ago • 2 comments

During anisble setup make sure unattended upgrade via cron

Resources:

  • https://help.ubuntu.com/16.04/serverguide/automatic-updates.html
  • https://github.com/jcalazan/ansible-django-stack#security
  • http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/

theskumar avatar Nov 05 '16 13:11 theskumar

We can add the security Ansible role from this repo: https://github.com/jcalazan/ansible-django-stack/tree/master/roles/security

Thoughts?

CuriousLearner avatar Nov 01 '17 08:11 CuriousLearner

yeah. that sounds good to me. https://github.com/jcalazan/ansible-django-stack/blob/master/roles/security/tasks/setup_unattended_upgrades.yml for this PR.

theskumar avatar Feb 16 '18 07:02 theskumar