ontic.cron
Ontic Cron 
Branch | Build | Galaxy | Release |
---|---|---|---|
master |
Introduction
This tool helps you install the Cron service on RedHat/CentOS and Debian/Ubuntu Linux servers.
Requirements
Name | Version |
---|---|
None | N/A |
Installation
For the best experience, we recommend using Ansible Galaxy to install this tool, as it will automatically handle any needed files. However, there are other ways to install it.
1.1 Downloading
You can download the project files as a .zip
file and extract them to your ./roles/
folder.
1.2 Cloning
You can also clone the project into your ./roles/
folder.
1.3 Ansible Galaxy
The simplest way to install this tool is through the command line:
$ ansible-galaxy install ontic.cron
If you need to install multiple tools, you can create a requirements.yml
file for the ansible-galaxy command.
- src: ontic.cron
$ ansible-galaxy install -r requirements.yml
You can also specify the source in your requirements.yml
file like this:
- src: git+https://github.com/ontic/ansible-role-cron.git
version: master
name: ontic.cron
2.1 Enabling
To enable the tool, add it to your playbook file.
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.cron }
Documentation
You can find complete documentation in the docs directory.
Contributors
Here are the individuals who helped with this project. If you want to contribute, feel free to make a pull request or report an issue.
License
This project is licensed under the BSD License. For more information, check the LICENSE file.