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

https://github.com/hellofresh/ansible-yum

Simple role to patch a RHEL/Centos system and install default packages.
https://github.com/hellofresh/ansible-yum

open-source wiz-reliability-platform-cloud-runtime

Last synced: 3 months ago
JSON representation

Simple role to patch a RHEL/Centos system and install default packages.

Awesome Lists containing this project

README

          

# Ansible YUM

Simple role to patch a RHEL/Centos system and install default packages.

## Variables
```yaml
# default packages yum install comma separated
yum_default_packages : ""

# Force update (use probably from CLI)
yum_upgrade_now_force : False

# Reboot after system update
yum_reboot_if_needed : True
yum_upgrade_now_pause_after_reboot : 5

# SSH port to wait for instance to come back after a reboot
yum_upgrade_now_ssh_port : "{{ ansible_port | default(22) }}"
```

# License
MIT