Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boutetnico/ansible-role-unattended-upgrades
Install and configure unattended-upgrades using Ansible.
https://github.com/boutetnico/ansible-role-unattended-upgrades
ansible apt debian ubuntu unattended-upgrades update
Last synced: about 6 hours ago
JSON representation
Install and configure unattended-upgrades using Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-unattended-upgrades
- Owner: boutetnico
- License: mit
- Created: 2022-02-23T14:07:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T06:46:02.000Z (3 months ago)
- Last Synced: 2024-08-08T10:10:35.384Z (3 months ago)
- Topics: ansible, apt, debian, ubuntu, unattended-upgrades, update
- Language: Jinja
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests](https://github.com/boutetnico/ansible-role-unattended-upgrades/workflows/Test%20ansible%20role/badge.svg)](https://github.com/boutetnico/ansible-role-unattended-upgrades/actions?query=workflow%3A%22Test+ansible+role%22)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-boutetnico.unattended_upgrades-blue.svg)](https://galaxy.ansible.com/boutetnico/unattended_upgrades)ansible-role-unattended-upgrades
================================This role installs and configures unattended-upgrades.
Requirements
------------Ansible 2.10 or newer.
Supported Platforms
-------------------- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)Role Variables
--------------| Variable | Required | Default | Choices | Comments |
|------------------------------|----------|-----------------------|-----------|------------------------------------------|
| unattended_dependencies | true | `unattended-upgrades` | string | |
| unattended_package_blacklist | true | `[]` | list | |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- role: ansible-role-unattended-upgradesTesting
-------molecule test
License
-------MIT
Author Information
------------------[@boutetnico](https://github.com/boutetnico)