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
- Host: GitHub
- URL: https://github.com/beautiful-code/ansible-load-balancer
- Owner: beautiful-code
- Created: 2015-07-29T12:23:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T09:38:30.000Z (over 10 years ago)
- Last Synced: 2025-03-02T17:15:25.792Z (over 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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