This role removes the .disabled extension that hosting companys sometimes adds to default cronjobs to disable them and save cpu cycles. These cronjobs generally exist for a cause and should be run if there is no reason against it.
No requirements.
cronjob_enable_blacklist
: list of cronjobs that should not get enabledcronjob_enable_list
: list of cronjobs that should get enabled. only change this if you need to enable more cronjobs in addition to the default ones indefaults/main.yml
- hosts: all
roles:
- Yannik.enable-standard-cronjobs
- hosts: all
roles:
- { role: Yannik.enable-standard-cronjobs, cronjob_enable_blacklist: ['passwd'] }
GPLv2
Yannik Sembritzki