pacospace / ansible-role-cronjob

Create a Thoth CronJob in an OpenShift Project/namespace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create a Thoth CronJob in an OpenShift Project/namespace.

License:GNU General Public License v3.0