Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 498 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 498 Bytes

Install the boost ansible role

# Create a directory for the ansible role. 
install -d ~/.ansible/roles/computate.computate_boost

# Clone the boost ansible role. 
git clone git@github.com:computate-org/computate_boost.git ~/.ansible/roles/computate.computate_boost

# Change into the boost ansible role directory. 
cd ~/.ansible/roles/computate.computate_boost

Run the boost ansible playbook to install boost locally.

ansible-playbook install.yml

Christopher Tate