1mr.cron

cron

Build Status

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.

About

configure cron.d files

Install
ansible-galaxy install 1mr.cron
GitHub repository
License
Unknown
Downloads
145