Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simeononsecurity/ansible_linux_update

This Ansible role automates Linux security patching by applying updates to supported Linux distributions. It handles various package managers such as apt, dnf, yum, and apk to ensure that Linux systems are kept up to date with the latest security patches.
https://github.com/simeononsecurity/ansible_linux_update

ansible ansible-role automation linux patching

Last synced: 9 days ago
JSON representation

This Ansible role automates Linux security patching by applying updates to supported Linux distributions. It handles various package managers such as apt, dnf, yum, and apk to ensure that Linux systems are kept up to date with the latest security patches.

Awesome Lists containing this project

README

        

# Ansible Role: linux_update

[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity)

This role automates Linux patching using Ansible.

## Requirements

- Linux hosts
- Ansible 2.10 or later

## Role Variables

None

## Dependencies

None

## Installation
```bash
ansible-galaxy install simeononsecurity.linux_update
```

## Example Playbook

```yaml
- name: Apply Linux updates
hosts: linux_hosts
become: yes

roles:
- linux_update
```

## License: MIT

## Author Information:
This role was created by SimeonOnSecurity.
For more information, visit [SimeonOnSecurity.com](https://simeononsecurity.com).

## [Learn more about Automating Linux Patching with Ansible](https://simeononsecurity.com/guides/automate-linux-patching-and-updates-with-ansible/)

 

Explore the World of Cybersecurity




  SimeonOnSecurity Logo

### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.com](https://simeononsecurity.com)