markahesketh / ansible-role-unattended-upgrades

Ansible role to manage Unattended Upgrades on Ubuntu/Debian systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Unattended Upgrades

Build Status

Ansible role to manage Unattended Upgrades on Ubuntu/Debian systems.

Installation

ansible-galaxy install markahesketh.unattended-upgrades

Role Variables

Default values are listed below (see defaults/main.yml):

unattended_upgrades_update_package_lists: 1
unattended_upgrades_download_upgradeable_packages: 1
unattended_upgrades_autoclean_interval: 7
unattended_upgrades_unattended_upgrade: 1

Refer to the Unattended Upgrades documentation for usage details.

License

This role is open-sourced software licensed under the MIT license.

Author

By Mark Hesketh, a web developer from Manchester, UK.

About

Ansible role to manage Unattended Upgrades on Ubuntu/Debian systems

License:MIT License