Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danihodovic/ansible-role-jobber

An Ansible role that installs Jobber on debian based architecture. https://dshearer.github.io/jobber
https://github.com/danihodovic/ansible-role-jobber

ansible ansible-role cron cronjob crontab jobber

Last synced: about 2 months ago
JSON representation

An Ansible role that installs Jobber on debian based architecture. https://dshearer.github.io/jobber

Awesome Lists containing this project

README

        

ansible-role-jobber [![Build Status](https://travis-ci.org/danihodovic/ansible-role-jobber.svg?branch=master)](https://travis-ci.org/danihodovic/ansible-role-jobber)
=========

An Ansible role that installs Jobber on debian based architecture.

https://dshearer.github.io/jobber

Requirements
------------

- jmespath (`pip install jmespath`) on the controller machine

Example Playbook
----------------

```yaml
- hosts: servers
roles:
- role: ansible-role-jobber
vars:
jobber_configs:
root:
version: 1.4
jobs:
root_job:
cmd: echo hello root
time: 0 0 12

dani:
version: 1.4
jobs:
other_job:
cmd: echo hello dani
time: 0 0 12
```

License
-------

MIT

Author Information
------------------

Dani Hodovic @danihodovic https://hodovi.ch