What is dynamic inventory in Ansible | Step by Step - Ansible AWS dynamic inventory Demo | Easy Way

preview_player
Показать описание
This lesson covers what is dynamic inventory in ansible, and why dynamic inventory is needed, It also covers step-by-step ways to configure dynamic inventory and in the end, we will see how to run ansible tasks on was ec2 instances using dynamic inventory

Related links for this video

We provide the best industry-standard training on AWS and DevOps,
- In detailed Training on the tools and concepts
- Working on real-time tasks
- Resume preparations
- Job Placements

AWS Course Content

DevOps Content

For Online/Classroom training and project support please contact
Java Home Cloud, Banglore India
+919886611117
Рекомендации по теме
Комментарии
Автор

Thank you for this vid! The reason that it is so helpful is because you left in all your troubleshooting steps. I was able to work through all the same errors with you. Very meaningful work!

matthewteves
Автор

God bless you man, u saved me so much time.. i will put like on your every video

George-mklp
Автор

Nice one, much clear with Ansible Dynamic inventory now, thanks
for your efforts !!!

kiransalunke
Автор

Hi Sir .Thanks for the step by step clear video. Please do more videos on all the devops topic.

sugapriya
Автор

Thanks a lot for sharing knowledge with us, it was a nice and clear steps explanations.

gajjalanandu
Автор

Very good explanation, sir kindly let us know how to run ansible playbooks on these dynamic inventory

yogithakakarla
Автор

Thank u so much sir .. Really appreciate ur work. I was looking for this from months

vinayvince
Автор

If adding AdministratorAccess as a role to the control node is good for prod env, what specific permissions should be given

Winnerever
Автор

What permissions should we provide to our role? Is it just the "EC2 describe instances" that it needs permissions for?

jymotwani
Автор

I'm using this command "
ansible-inventory –i aws_ec2.yaml --list"but getting error as unrecognized arguments. How to solve this

venkatramannagarajan
Автор

quick question : all these ec2 nodes which will be managed by dynamic inventory, they still need to have ssh key of master node to be authorized, right ? ~/.ssh/authorized_keys

KS-nivv
Автор

i have multi vms in vsphere does it work this method withs vware ?

safweneyahyaoui
Автор

can you plz make a video on aws_ec2 using jenkins !!

lkceouv
Автор

i followed this tutorial for dynamic inventory configuration, i am getting public ip's only but not private ip's, can anyone please help me

vamsikrishnapamdurti
Автор

Its not a dynamic inventory, you need to use python script to get the ip address

bhaskar
Автор

very very thank you for this informative video, i have one problem, it perfectly works on linux machine, but in ubuntu it doesn't, i get error like -->

[WARNING]: * Failed to parse /home/ubuntu/aws_ec2.yaml with ini plugin: /home/ubuntu/aws_ec2.yaml:1: Expected key=value host variable assignment, got: aws_ec2

[WARNING]: * Failed to parse /home/ubuntu/aws_ec2.yaml with auto plugin: Not a ec2 inventory plugin configuration file

I have already attached iam role to this machine, but this error really bothers me

plz help
tq

lkceouv