Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Create a Thoth CronJob in an OpenShift Project/namespace.

License

Notifications You must be signed in to change notification settings

thoth-station/ansible-role-cronjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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