Bet with anyone that except you no one can explain the complex things with ease ! I am so much grateful to have you as a mentor , teacher . Belated Happy Teachers Day ❤🙏
Hi @abhishek This is really awesome and detailed video. one input I think the issue with ansible while creating loop on name: is fixed because I created all 3 instances 2 of them with same AMI without tag: option. "Thank you! Keep evolving, keep growing, and keep us growing along with you."
Wowowowow. This is incredible. A typical case of learn here and lead everywhere. Thank you so much for the clarity. Learning from Nigeria. Please, how about the remaining episodes from 8 to 14 on Ansible Zero to Hero...? Thanks.
Incase you're done with task 1 i.e provisioning of the instance and you're stuck at the passwordless authentication. One quick solution is to check your security group setting -> inbound traffic -> allow ssh traffic
Hey Abhi bro,we appreciate your work...Just like this you did,Can you collect the assignments or interview questions from our followers they have faced in their interviews and do a video on it
In companies, ansible server or control node don't run on laptops. It will be running on a dedicated ec2 instance. In this case , how should I distribute public key from control node instance to many managed node instances ? Do I need to copy pem key from my laptop to the control node first before setting up password less authentication between control and managed nodes ?
Hi Abhishek.. as usual ur content is top notch. I just have one question... Like in terraform if we are creating an instance then the information is getting save in state file. Is it same in ansible also? Are there any file where infrastructure info is getting saved in ansible for provisioning
Hi Abhishek your videos are very helpful. Thank you so much. Query: I want to generate a new key and it should save in the local repository. How can I achieve this using ansible?
hello @Abishek , please i have this problem that i can ssh into the new ec2 instances that are created. i have security_group: default . I can only ssh into the ec2 instances ,if go to the security section on my amazon account and add an inbound rule to allow ssh and allow port 22 . I didnt see this error in yours and was wondering if i did any mistake.
Hello Abhishek.. I am little bit confused as in previous ansible sessions we have used ssh-keygen, authorized keys for passwordless authentication and here we have used different method. Can u please explain about it.. Thank you!
Hello Abhishek, Can we push our code to github repository with vault.pass file I guess in this file password is stored with base64 encoding so everybody know that is the password file with the help of its name vault.pass please suggest.
Hey i dont know why i m getting error saying no inventory.ini is present even tou did not added and one more error saying api credential is incorrect i uave check 4 time not working ehat to do edit : just came to know i was using differerent server region and using different ami id just for this i was getting error
Just once Correction If you are using Vars inside the ansible playbook mention "Vars" above the tasks other wise it will throw the error as type not defined other than that all good.
Can anyone help with the password authentication when I am trying to do it for the instance that I have created using ansible I am getting a connection time out anyone knows how can I fix this issue?
Hey Abhi I am getting this error while doing the passwordless authentication ssh: connect to host public.ip port 22: Operation timed out how to resolve this issue
Hi anna... Hope you are doing well...4 days back Naku oka call vachindi and next HR round schedule chesaru video call and next 2 assessments pettaru one is related to multitude and another one is for DevOps test which is MCQ.....after 2 days I got the mail today about results and one HR called me today....they said I have not qualified in Technical assessment so that they referred me to do a DevOps Professional certification and which costs 18k..and they given 20 days time to complete the certification.. and they released a offer confirmation letter as well...in that letter so many mistakes are there.... How can I conclude this whether it's genuine or Any Fraud
I have a question I am a java developer but its very difficult to face lot of new challenges everyday.I need a suggestion the same kind of work also in devoops,because I want to move from java to devoops I need your suggestion Thanks and advance
There is no point in preparing for devops by wasting your valuable time. Better to switch to any other domain rather than waiting for a single call from any company since months. If you wish to build your career Devops is not an easy option
Any suggestions on where you can get calls easily ? Which stream ? My advice to you is to work on the resume, naukri and linkedin. There are good number of openings in devops in the market. I post success stories every monday to motivate you all. However, its just my advice. If you want to move to anything else, All the very best 😊
@@sandeepgsastry4731 i uploaded resume both as a devops and other domain. No call for devops since months but i am getting atleast two calls everyday on the other domain in which my friends (not one four of them)got placed so early within few months of preparation.
i am waiting for calls since months and my friends got placed(four of them) after doing other course. I uploaded resumes in both the domains and to my surprise i got atleast two calls on everyday on the other domain. why to prepare if there are such less calls and feel like demotivated.
Bet with anyone that except you no one can explain the complex things with ease ! I am so much grateful to have you as a mentor , teacher . Belated Happy Teachers Day ❤🙏
Thanks 🙏
your videos are like just addictive recently started watching your videos i think if anyone watches your content they are just addicted
❤️
@@AbhishekVeeramalla true af
I started with Jeff Geerling videos on Ansible and ended up here to simplify my understanding. Thanks a lot Abhishek for great content :)
Thanks once more Sir Abhishek. Just what I needed!!!
Hi @abhishek This is really awesome and detailed video. one input I think the issue with ansible while creating loop on name: is fixed because I created all 3 instances 2 of them with same AMI without tag: option.
"Thank you! Keep evolving, keep growing, and keep us growing along with you."
Expectations from Abhi: Quality Contenr.
Reality: Gets Quality Content. 🔥🔥
❤️❤️❤️
its not only about the content. its the way how he expains (simple and crisp). Reality: Gets Quality Content with amazing teaching style (edit)
Wowowowow. This is incredible.
A typical case of learn here and lead everywhere. Thank you so much for the clarity. Learning from Nigeria.
Please, how about the remaining episodes from 8 to 14 on Ansible Zero to Hero...?
Thanks.
we all are despirately waiting @abhishek.
Rhank You Abishek for you tutorials
Incase you're done with task 1 i.e provisioning of the instance and you're stuck at the passwordless authentication. One quick solution is to check your security group setting -> inbound traffic -> allow ssh traffic
Thank you so much sir for wonderful content,i am like investing my knowledge asset
Simply awesome. what not. :)
Hey Abhi bro,we appreciate your work...Just like this you did,Can you collect the assignments or interview questions from our followers they have faced in their interviews and do a video on it
Can you please explain collections with azure. A short crisp video will do.
Thank you very much for your dedication and helpful and kind heart
You are very welcome
In companies, ansible server or control node don't run on laptops. It will be running on a dedicated ec2 instance. In this case , how should I distribute public key from control node instance to many managed node instances ? Do I need to copy pem key from my laptop to the control node first before setting up password less authentication between control and managed nodes ?
Abhishek please do some more play books on roles and using galaxy then it is better for more practice
Thank you! What is the way to turn non-indempotent task into indempotent in Ansible?
Hi Abhishek.. as usual ur content is top notch. I just have one question... Like in terraform if we are creating an instance then the information is getting save in state file. Is it same in ansible also? Are there any file where infrastructure info is getting saved in ansible for provisioning
Hi Abhishek your videos are very helpful. Thank you so much.
Query: I want to generate a new key and it should save in the local repository. How can I achieve this using ansible?
Hi abhi thanks for effort. Please do one video on calls and current situation.
Thanks a lot sir!!!!!!!
Most welcome!
Can you please do a zero to hero course for CI/CD (Jenkins) ?
Its already there
Thank you so much!!
Welcome ❤
hello @Abishek , please i have this problem that i can ssh into the new ec2 instances that are created. i have security_group: default . I can only ssh into the ec2 instances ,if go to the security section on my amazon account and add an inbound rule to allow ssh and allow port 22 . I didnt see this error in yours and was wondering if i did any mistake.
Hello Abhishek.. I am little bit confused as in previous ansible sessions we have used ssh-keygen, authorized keys for passwordless authentication and here we have used different method.
Can u please explain about it.. Thank you!
Please watch episode 2, I explained all the possible ways
@@AbhishekVeeramalla Got it.. Thanks for the rply😊
I am not able to understand how is ansible able to access the vault file or identifying where the vault file is when running the playbook
its giving me a error while using the ansible playbook command that nonetype is not subscriptable and module failure?
Please make one video on ansible molecules
Hello sir
why we are passing password file while runing ec2_stop.yml
Hello Abhishek,
Can we push our code to github repository with vault.pass file I guess in this file password is stored with base64 encoding so everybody know that is the password file with the help of its name vault.pass
please suggest.
Please make it atleast 3 practice play books in different modules
Hey i dont know why i m getting error saying no inventory.ini is present even tou did not added and one more error saying api credential is incorrect i uave check 4 time not working ehat to do
edit : just came to know i was using differerent server region and using different ami id just for this i was getting error
Just once Correction If you are using Vars inside the ansible playbook mention "Vars" above the tasks other wise it will throw the error as type not defined other than that all good.
Hi Abhishek please start Gcp zero to hero series.
Can anyone help with the password authentication when I am trying to do it for the instance that I have created using ansible I am getting a connection time out anyone knows how can I fix this issue?
Abhishek dada Will I get Devops job if I don't have any bachelor degree 😢😢😢?
Hey Abhi I am getting this error while doing the passwordless authentication
ssh: connect to host public.ip port 22: Operation timed out
how to resolve this issue
add an inbound rule in the security group of the instances to allow SSH on port 22, from anywhere
there can be 2 reasons, security group inbound rule to be changed or public ip would have changed after some time.
i had same problem. i had to add inbound rule to allow ssh to connect on port 22.
Hi abhishek
Can you clarify my doubt that foundit monster is real or fake
Thank u sir
Hi anna... Hope you are doing well...4 days back Naku oka call vachindi and next HR round schedule chesaru video call and next 2 assessments pettaru one is related to multitude and another one is for DevOps test which is MCQ.....after 2 days I got the mail today about results and one HR called me today....they said I have not qualified in Technical assessment so that they referred me to do a DevOps Professional certification and which costs 18k..and they given 20 days time to complete the certification.. and they released a offer confirmation letter as well...in that letter so many mistakes are there.... How can I conclude this whether it's genuine or Any Fraud
I think its fake. Please double check
@@AbhishekVeeramalla thanks for the reply anna... Even in offer confirmation letter... They made a mistake with my name, it's not correctly typed.
@@SyamalaDevi9 yes all part of scam to evade court case
❤❤❤
I have a question I am a java developer but its very difficult to face lot of new challenges everyday.I need a suggestion the same kind of work also in devoops,because I want to move from java to devoops I need your suggestion
Thanks and advance
Hi My friend also moved from java to devops, you'll need 6 months of practice for this its easy for him because of developing experience
Th@nkyou $!r
Welcome
32.44
😀
Day 7/14,
21st July 2024
There is no point in preparing for devops by wasting your valuable time. Better to switch to any other domain rather than waiting for a single call from any company since months. If you wish to build your career Devops is not an easy option
Any suggestions on where you can get calls easily ? Which stream ?
My advice to you is to work on the resume, naukri and linkedin. There are good number of openings in devops in the market. I post success stories every monday to motivate you all.
However, its just my advice. If you want to move to anything else, All the very best 😊
May i know why is that your opinion on devops
@@sandeepgsastry4731 i uploaded resume both as a devops and other domain. No call for devops since months but i am getting atleast two calls everyday on the other domain in which my friends (not one four of them)got placed so early within few months of preparation.
@@sandeepgsastry4731 helloo
i am waiting for calls since months and my friends got placed(four of them) after doing other course. I uploaded resumes in both the domains and to my surprise i got atleast two calls on everyday on the other domain. why to prepare if there are such less calls and feel like demotivated.