Apkawa / ansible-role-cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: cron

Build Status

Ansible role Ansible role downloads Ansible role quality

A brief description of the role goes here.

Requirements

None

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

cron:
  # required
  -  
      name: cron_name
      command: /bin/true
      # defaults
      user: "{{ ansible_ssh_user }}"
      minute: "*"
      hour: "*"
      day: "*"
      month: "*"
      weekday: "*"

      delete: false
   - 
      name: cron_for_delete
      delete: true 

https://crontab.guru/

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - role: apkawa.cron

License

MIT

Author Information

Apkawa

About


Languages

Language:Jinja 72.0%Language:Python 28.0%