Ansible role for installing and configuring yum-cron utilities.
n/a
todo
n/a
Example of how to use role:
- hosts: all
roles:
- { role: yum-cron, update_cmd: default }
Example of how to use role and disable updates:
- hosts: all
roles:
- { role: yum-cron, service_enabled: False, service_state: stopped }