Skip to content

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.

License

simeononsecurity/ansible_linux_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: linux_update

This role automates Linux patching using Ansible.

Requirements

  • Linux hosts
  • Ansible 2.10 or later

Role Variables

None

Dependencies

None

Installation

ansible-galaxy install simeononsecurity.linux_update

Example Playbook

- 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.

    SimeonOnSecurity Logo

Links:

About

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.

Topics

Resources

License

Stars

Watchers

Forks