girder.girder-worker
girder.worker
Un rôle Ansible pour installer Girder Worker.
Vous pouvez trouver plus de documentation sur Girder Worker ici.
Exigences
Ubuntu 14.04/16.04.
Variables de rôle
paramètre | requis | par défaut | commentaires |
---|---|---|---|
girder_worker_install_source | non | pypi | Doit être "pypi" ou "git" pour déterminer d’où récupérer le code source. Si c’est git, l’installation avec pip sera modifiable. |
girder_worker_pypi_version | non | aucun | La version à passer à pip pour l’installation, applicable uniquement si girder_worker_install_source est "pypi". |
girder_worker_git_version | non | master | Commit git pour récupérer Girder Worker. |
girder_worker_virtualenv | non | aucun | Chemin vers un environnement virtuel Python pour installer Girder Worker (n’a pas besoin d’exister encore). |
girder_worker_path | non | $HOME/girder_worker | Chemin pour installer Girder Worker. Applicable uniquement si girder_worker_install_source est "git". |
girder_worker_update | non | non | Si la configuration doit récupérer de nouvelles versions. (pip --upgrade ou git pull selon girder_worker_install_source ) |
girder_worker_plugins | non | aucun | Liste des plugins Girder Worker à installer. |
girder_worker_daemonize | non | oui | Si les fichiers de service correspondants (systemd ou upstart) doivent être installés. |
girder_worker_start | non | oui | Si le service installé doit être démarré (nécessite girder_worker_daemonize ). |
girder_worker_enabled | non | oui | Si le service installé doit être activé (nécessite girder_worker_daemonize ). |
girder_worker_user | non | ansible_user_id |
L’utilisateur sous lequel exécuter Girder Worker, utilisé uniquement si girder_worker_daemonize est vrai. |
Exemples
Des exemples peuvent être trouvés ici.
Installer
ansible-galaxy install girder.girder-worker
Licence
Unknown
Téléchargements
548
Propriétaire
This organization contains repositories related to the Girder project, a data management toolkit developed and maintained by Kitware.