https://github.com/hyperized/unattended-upgrades
Ubuntu Bionic Unattended Upgrades Ansible role
https://github.com/hyperized/unattended-upgrades
Last synced: about 7 hours ago
JSON representation
Ubuntu Bionic Unattended Upgrades Ansible role
- Host: GitHub
- URL: https://github.com/hyperized/unattended-upgrades
- Owner: hyperized
- Created: 2020-02-27T14:19:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T14:36:27.000Z (almost 6 years ago)
- Last Synced: 2025-07-13T06:20:02.548Z (7 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
unattended-upgrades
=========
_Installs unattended-upgrades._
Requirements
------------
Ansible 2.5 or above is highly recommended.
Role Variables
--------------
unattended_upgrades_enabled: True
unattended_upgrades_state: installed
unattended_upgrades_unattended_upgrade: 1
unattended_upgrades_autoclean_interval: 7
unattended_upgrades_mailto: root
unattended_upgrades_remove_old_kernels: true
unattended_upgrades_remove_unused_dependencies: true
unattended_upgrades_automatic_reboot: true
unattended_upgrades_automatic_reboot_time: "02:00"
Dependencies
------------
hyperized.package
Example Playbook
----------------
- hosts: all
become: yes
roles:
- role: hyperized.unattended-upgrades
License
-------
MIT
Author Information
------------------
Gerben Geijteman