https://github.com/avanov/ansible-circus
Ansible role for Circus
https://github.com/avanov/ansible-circus
Last synced: 5 months ago
JSON representation
Ansible role for Circus
- Host: GitHub
- URL: https://github.com/avanov/ansible-circus
- Owner: avanov
- License: mit
- Created: 2014-05-11T10:18:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-11T10:58:33.000Z (about 12 years ago)
- Last Synced: 2024-10-06T06:03:46.023Z (over 1 year ago)
- Homepage: https://github.com/avanov/ansible-circus
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
avanov.circus
==============================
Ansible role for [Circus](https://circus.readthedocs.org/en/latest/)
Install it with the following command:
```bash
$ ansible-galaxy install avanov.circus
```
Requirements
------------
At least one version of ``pip`` must be present in a target system. You can use either
system-wide or virtualenv-specific version of pip by providing a path to the ``circus_pip_path``
variable described below.
Role Variables
--------------
Here is the list of all variables and their default values:
* ``circus_tmp_remote_path: /tmp`` - used for uploading pip requirements file
* ``circus_pip_path: /usr/bin/pip`` - used for installing python packages
Dependencies
------------
None
Example Playbook
-------------------------
- hosts: servers
roles:
- {role: avanov.circus }
License
-------
MIT
Author Information
------------------
Maxim Avanov (https://maximavanov.com)