agmalpartida.cron

Ansible Role: Cron

Build Status

This role will deal with the setup of Cron.

Requirements

Role Variables

Dependencies

Example Playbook

Configuration example

# cron
entries:
    jobs1:
        name: "backup sites"
        job:    "/root/bin/bkp-duplicity.sh /sites"
        minute: 30
        hour:   00
    jobs2:
        name: "backup mysql"
        job:    "/root/bin/automysqlbackup"
        minute: 30
        hour:   23

Example playbook

- hosts: all
  gather_facts: true
  become: yes

  pre_tasks:
    - include_vars: "{{ item }}"
      with_items:
        - "../host_vars/{{ ansible_hostname }}.yml"
        - "../group_vars/linux.yml"
      tags:
        node_check

  roles:
    - role: cron

License

BSD

Author Information

agmalpartida

Install
ansible-galaxy install agmalpartida.cron
GitHub repository
License
Unknown
Downloads
272