Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simeononsecurity/ansible_linux_update
- Owner: simeononsecurity
- License: mit
- Created: 2023-06-02T14:35:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T22:54:45.000Z (4 months ago)
- Last Synced: 2024-07-26T23:52:42.445Z (4 months ago)
- Topics: ansible, ansible-role, automation, linux, patching
- Homepage: https://simeononsecurity.com/guides/automate-linux-patching-and-updates-with-ansible/
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: yesroles:
- 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
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.com](https://simeononsecurity.com)