Setup local machine
Install dependencies
To execute the ansible playbook that sets up the controlserver, you have to install some dependencies on your local machine:
sudo apt-get install ansible sshpass rsync
Download ansible repository
Clone the ansible repository.
git clone https://github.com/clustarr/ansible
Change directory to the repository.
cd ansible