This ansible role installs the (Boost C++ Libararies)[http://www.boost.org/] from source.
This role requires Ansible 1.4 higher and platforms listed in the metadata file.
The variables that can be passed to this role and a brief description about them are as follows
# Version of Boost (optional, default is 1.55.0)
boost_version: 1.55.0
# install prefix (optional, default is None)
boost_prefix: /usr/local/boost
# Work Directory, tarball is downloaded and it is expanded (optional, default is /tmp/install )
boost_work_dir: /tmp/install
-
No options
- hosts: all
roles:
- boost
- hosts: all
roles:
-
With options
- hosts: all
roles:
- role: boost boost_version: 1.49.0 boost_prefix: /usr/local/boost boost_work_dir: /tmp
- hosts: all
roles:
None
BSD
Fork and make pull request!
kawasakitoshiya / ansible-boost
Toshiya Kawasaki