Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwinter/ansible-ubuntu-upgrades
Enable automatic, unattended Ubuntu security package upgrades
https://github.com/davidwinter/ansible-ubuntu-upgrades
Last synced: 1 day ago
JSON representation
Enable automatic, unattended Ubuntu security package upgrades
- Host: GitHub
- URL: https://github.com/davidwinter/ansible-ubuntu-upgrades
- Owner: davidwinter
- Created: 2013-08-04T14:01:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T14:02:54.000Z (over 11 years ago)
- Last Synced: 2024-05-01T13:39:13.484Z (7 months ago)
- Size: 102 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu Auto-upgrades Ansible role
A very simple Ansible role that will enable Ubuntu automatic upgrades.
In the works, options to allow you to choose package upgrades etc rather than just security upgrades, and also the periods to check for these.
For now though, just security upgrades, checked daily.
## Usage
Clone the repo to your Ansible roles directory.
In your playbook, just add `ubuntu-upgrades` to your roles list. For example:
- hosts: yourservers
sudo: yes
roles:
- ubuntu-upgrades