Skip to content

This role updates all the packages based on the package manager

Notifications You must be signed in to change notification settings

redhat-ansible-practice/update_reboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update & Reboot

This role updates all the packages in a system and reboots using the new ansible reboot action plugin. This role can be used in combination with numerous roles. This role uses ansible variables to indentify the OS family and use the correct package system. For example yum or apt.

Requirements

Ansible 2.7 installed on the controller.

Role Variables

N/A

Dependencies

Example Playbook

- hosts: all
  roles:
     - update_reboot
     - hardening
     - nginx
     - postgresql
     - app

License

GPLv3

Author Information

[email protected]

About

This role updates all the packages based on the package manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages