thoth-station / ansible-role-cronjob

Create a Thoth CronJob in an OpenShift Project/namespace.
GNU General Public License v3.0
1 stars 2 forks source link
ai-stacks aistacks ansible ansible-roles artificial-intelligence cron-jobs openshift thoth

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