girder.girder-worker
girder.worker
==================== This is an Ansible role for installing Girder Worker.
For more details about Girder Worker, you can check the documentation here.
Requirements
- Ubuntu 14.04 or 16.04.
Role Variables
Here are the settings you can configure for this role:
| Parameter | Required | Default | Description |
|---|---|---|---|
| girder_worker_install_source | No | pypi | Choose "pypi" or "git" to specify where to get the source code. If you choose git, the installation will be editable. |
| girder_worker_pypi_version | No | none | Specify the version to install with pip, applicable only if girder_worker_install_source is "pypi". |
| girder_worker_git_version | No | master | The specific git commit to use for Girder Worker. |
| girder_worker_virtualenv | No | none | Path to a Python virtual environment for installing Girder Worker (it doesn’t have to exist yet). |
| girder_worker_path | No | $HOME/girder_worker | Where to install Girder Worker, applicable only if girder_worker_install_source is "git". |
| girder_worker_update | No | no | Set to yes if you want to fetch the latest versions, using pip --upgrade or git pull based on girder_worker_install_source. |
| girder_worker_plugins | No | none | List of plugins for Girder Worker that you want to install. |
| girder_worker_daemonize | No | yes | Set to yes to install the necessary service files (systemd or upstart). |
| girder_worker_start | No | yes | Set to yes to start the installed service (requires girder_worker_daemonize is true). |
| girder_worker_enabled | No | yes | Set to yes to enable the installed service (requires girder_worker_daemonize is true). |
| girder_worker_user | No | ansible_user_id |
Specify the user that Girder Worker will run as, only used if girder_worker_daemonize is true. |
Examples
You can find examples here.
Installa
ansible-galaxy install girder.girder-workerLicenza
Unknown
Download
557
Proprietario
This organization contains repositories related to the Girder project, a data management toolkit developed and maintained by Kitware.
