/ansible-role-cronjob

Create a Thoth CronJob in an OpenShift Project/namespace.

GNU General Public License v3.0GPL-3.0

Cronjob

This will create a Project Thoth CronJob in an OpenShift Project/namespace.

Requirements

None.

Role Variables

Available variables are listed below, along with default values:

namespace: ""
cronjob_name: ""
suspend: true

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - role: cronjob
    namespace: "frontend"
    cronjob_name: "graph-refresh-cronjob"
    suspend: false

License

GPLv3