ansible-config/roles/common/files/10periodic
Alexander Dietrich 17468493cc Update common role
- Add secure-secure-shell task
- Add unattended-upgrades task
- Change package installation tasks
- Remove website tasks from generic services group
2017-02-05 13:45:33 +01:00

6 lines
195 B
Plaintext

APT::Periodic::Enable "1";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::AutocleanInterval "7";