An open API service indexing awesome lists of open source software.

https://github.com/beautiful-code/ansible-load-balancer

Ansible to setup a load balancer and 2 application servers basic example
https://github.com/beautiful-code/ansible-load-balancer

Last synced: 8 days ago
JSON representation

Ansible to setup a load balancer and 2 application servers basic example

Awesome Lists containing this project

README

          

## Using Ansible to Orchestrate infrastructure

####[What is Ansible?](http://www.ansible.com/how-ansible-works)

Requires Knowledge of:
- Ansible
- Vagrant

The total number of nodes we are setting up is 4.
- One node acts as a control server (Ansible Management node)
- One node acts as a Load Balancer (HAProxy)
- Two nodes are application servers

References:
- Ansible docs
- Vagrant docs
- Sysadmincasts.com