1mr.cron
cron
This role helps to configure cron.d files.
Requirements
This role requires ansible 2.5 or higher.
Role Variables
cron(default:[])
cron:
- file: test
state: present
record:
- name: hello
user: www-data
minute: "*/5"
job: echo 'hello'
state: present
Dependencies
None
Example Playbook
- hosts: servers
roles:
- { role: 1mr.cron, tags: cron }
License
MIT
Author Information
This role was created by Stas Stavnichuk.
Install
ansible-galaxy install 1mr.cronLicense
Unknown
Downloads
145
Owner
