# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_boost
# Clone the boost ansible role.
git clone [email protected]:computate-org/computate_boost.git ~/.ansible/roles/computate.computate_boost
# Change into the boost ansible role directory.
cd ~/.ansible/roles/computate.computate_boost
ansible-playbook install.yml
Christopher Tate