AWS automation using Ansible , used 'dynamic inventory' concept

preview_player
Показать описание
Here I have automated AWS cloud using Ansible, here my ansible-playbook will launch as many instances you want, then dynamically it will update the inventory file, and it will also install apache software there, and make them as a webserver

after then list all of them(instances) in the haproxy configuration file in the controller node so that we can manage load in our website.

Here I have shown you -
*Ansible Role

*Aws cloud

*Loadblancer(haproxy)

*web server configuration


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

Hi the ansible playbook structure/spacing or what its called as indentation is this structure common on all playbooks that is written or does it change. Its bit confusing where and when to use spaces & hyphens in a playbook. I am not from a coding or developer background hence it becomes more confusing is there a editor to automatically take the spacing & hyphens when writing the playbook. Can you make a video on how to structure the playbook step by step.Kindly reply

roya