See https://github.com/fititnt/ap-application-load-balancer
git clone https://github.com/fititnt/ap-alb-demo.git .
# This will download https://github.com/fititnt/https://github.com/fititnt/ap-application-load-balancer
# on roles/ap-application-load-balancer
ansible-galaxy install -r requirements.yml --roles-path roles/
TIP: on requirements.yml have extra information.
# Edit to your hosts files. The default values where used on Etica.AI test servers
# You can also create a new one and change `-i hosts`
vim hosts
# This will run the playbooks
ansible-playbook -i hosts main.yml
roles/ap-application-load-balancer/defaults/main.yml
- group_vars/all.yml
roles/ap-application-load-balancer/defaults/main.yml
- group_vars/all.yml
- group_vars/apps_servers.yml
roles/ap-application-load-balancer/defaults/main.yml
- group_vars/all.yml
- group_vars/db_servers.yml
To the extent possible under law, Etica.AI has waived all copyright and related or neighboring rights to this work to Public Domain.