An (unofficial) ansible role to install graph-tool and all of its prerequisites on Ubuntu/Debian.
Currently works with the recent Ubuntu/Debian distributions that have a supported graph-tool package.
See http://graph-tool.skewed.de/download for a list of supported releases. Pull requests are welcome!
Ansible 1.6 or higher required
By default this role installs graph-tool for Python 3 only.
You can install graph-tool on different Python versions with these variables:
graph_tool_python2: true
graph_tool_python3: true
Set both to false to install only the dependencies.
- hosts: servers
become: yes
become_method: sudo
roles:
- role: nlap.graph_tool
None
GPLv3