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.
- Host: GitHub
- URL: https://github.com/hellofresh/ansible-yum
- Owner: hellofresh
- License: mit
- Created: 2017-01-30T13:39:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-07T05:35:18.000Z (7 months ago)
- Last Synced: 2025-12-01T06:49:44.933Z (5 months ago)
- Topics: open-source, wiz-reliability-platform-cloud-runtime
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 227
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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