Configure Load Balancer Using Ansible - Part-1

preview_player
Показать описание
Pre-requisite:
AWS IAM user crediantials
AWS EC2 instance key
Ansible on system, with boto and boto3 libraries

Contents
Deploy a Load Balancer and multiple Web Servers on AWS instances through ANSIBLE !
♦️ Configuration details.
♦️ Provision EC2 instances through Ansible.
♦️ Configure the web servers through the ansible role.
♦️ Configure the load balancer through the ansible role.
♦️ #The target nodes of the load balancer should auto-update as per the status of web servers.
♦️ Terminate all the AWS resources from Ansible dynamically.

Github code link

Thank-you
Рекомендации по теме
Комментарии
Автор

I need ansible tower load balancer so 1st what should I do

rudraprasadnayak
Автор

why dont we right inventory file in .yml format is it fine right in inventory.yml???

vinaysaivarma
Автор

Which os file you are using for debian or rhel

darkprince
Автор

I need to modify public load balancer listener rule port in aws through ansible role.. can you please help??

vinaysaivarma