Yannik.enable-standard-cronjobs
Description
This role removes the .disabled extension that hosting companies sometimes add to default cron jobs to disable them and save CPU power. These cron jobs usually exist for a reason and should be run unless there’s a specific reason not to.
Requirements
No prerequisites.
Role Variables
cronjob_enable_blacklist
: a list of cron jobs that should remain disabledcronjob_enable_list
: a list of cron jobs that should be enabled. Only change this if you want to enable more cron jobs beyond the default ones listed indefaults/main.yml
.
Example Playbook
- hosts: all
roles:
- Yannik.enable-standard-cronjobs
- hosts: all
roles:
- { role: Yannik.enable-standard-cronjobs, cronjob_enable_blacklist: ['passwd'] }
License
GPLv2
Author Information
Yannik Sembritzki
Informazioni sul progetto
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 reason and should be run if there is no reason against it.
Installa
ansible-galaxy install Yannik.enable-standard-cronjobs
Licenza
Unknown
Download
4k
Proprietario