🌟 Welcome to Java Home Cloud 🌟 Register for Online Training 👉 bit.ly/3vuBQqb javahome.in
@matthewteves16813 жыл бұрын
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!
@JavaHomeCloud3 жыл бұрын
Glad it helped!
@George-mk7lp3 жыл бұрын
God bless you man, u saved me so much time.. i will put like on your every video
@JavaHomeCloud3 жыл бұрын
Glad to hear that
@kiransalunke75802 жыл бұрын
Nice one , much clear with Ansible Dynamic inventory now , thanks for your efforts !!!
@Winner4ever2 жыл бұрын
Well explained.Thanks
@olaoluwaoduse47612 жыл бұрын
Thank you very much. God bless you 🙏
@sugapriya20732 жыл бұрын
Hi Sir .Thanks for the step by step clear video. Please do more videos on all the devops topic.
@nedimice2 жыл бұрын
Thank you! Really helpful video!
@SahilV143 Жыл бұрын
Thank you !!
@gajjalanandu91923 жыл бұрын
Thanks a lot for sharing knowledge with us, it was a nice and clear steps explanations.
@JavaHomeCloud3 жыл бұрын
Glad it was helpful!
@vinayvince983 жыл бұрын
Thank u so much sir .. Really appreciate ur work. I was looking for this from months
@JavaHomeCloud3 жыл бұрын
You are most welcome
@yogithakakarla17163 жыл бұрын
Very good explanation, sir kindly let us know how to run ansible playbooks on these dynamic inventory
@JavaHomeCloud3 жыл бұрын
try this command, ansible-playbook -i aws_ec2.yaml playbook-name.yaml
@santhosh_its_me3 жыл бұрын
It doesn't need key to execute plays ? How to pass key the same method u showed in video ?
@safweneyahyaoui13972 жыл бұрын
i have multi vms in vsphere does it work this method withs vware ?
@Winner4ever2 жыл бұрын
If adding AdministratorAccess as a role to the control node is good for prod env ,what specific permissions should be given
@jymotwani2 жыл бұрын
What permissions should we provide to our role? Is it just the "EC2 describe instances" that it needs permissions for?
@user-lk6ce8ou8v3 жыл бұрын
can you plz make a video on aws_ec2 using jenkins !!
@JavaHomeCloud3 жыл бұрын
Its done, check Ansible playlist
@venkatramannagarajan131 Жыл бұрын
I'm using this command " ansible-inventory -i aws_ec2.yaml --list"but getting error as unrecognized arguments. How to solve this
@KS-ni7vv2 жыл бұрын
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
@sumanta8504 Жыл бұрын
No, Ansible will login using private key
@KS-ni7vv Жыл бұрын
@@sumanta8504 fast response man
@vamsikrishnapamdurti72852 жыл бұрын
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
@bhaskar18432 жыл бұрын
Its not a dynamic inventory, you need to use python script to get the ip address
@JavaHomeCloud2 жыл бұрын
Python script is legacy approach
@user-lk6ce8ou8v3 жыл бұрын
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