Skip to content

sys0dm1n/ansible-ubuntu-upgrades

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Enable automatic, unattended Ubuntu security package upgrades

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages