- Add package repository:
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
- Install ansible binary:
sudo apt-get install ansible
-
Change properties in vars.json file to fit your environment
-
Call bash script:
cd installer
./install.sh
- Install Docker and Docker-Compose
- See README.md file of cloud-portal-server module for additional details