manics.ansible-role-ice
Role Name
Install Zeroc Ice.
Role Variables
Required:
ice_version
: The Ice version, either 3.5 or 3.6
Optional (expert users only):
ice_python_wheel
: URL to a python wheel package to be installed. You can use this to provide a precompiled ice-py package for 3.6 as an alternative to automatically compiling from the source package.
Notes
Note that 3.6 requires ice-python to be installed using pip, and will result in the installation of several development tools and libraries unless ice_python_wheel
is provided.
The pip version is required in major.minor.patch form so vars/ice-3.6.yml
will need to be updated whenever there is a new patch release.
Example Playbook
- hosts: localhost
roles:
- role: openmicroscopy.ice
ice_version: "3.6"
Author Information
Install
ansible-galaxy install manics.ansible-role-ice
License
Unknown
Downloads
50
Owner