Performance-aware devops blueprint environment based on RedHat's fabric8
These steps are to be executed on the target machine.
- Install Ubuntu 16.04 on a physical or virtual machine
- Install the latest version of ansible
- Run
ansible-galaxy install angstwad.docker_ubuntu
- Clone this repository or download
fabric8.yml
to an arbitrary directory. - Configure the IP address in line 7 of
fabric8.yml
. This is the public IP address of the machine. - Run
ansible-playbook -c local fabric8.yml
- Fabric8 is then accessible at
http://fabric8.<ip-address-from-step-5>.xip.io