Answers to Ansible Interview Questions | DevOps FAQ | DevOps Interview Q&A |

Support my work
www.buymeacoffee.com/abhishekprd Hi Everyone, A couple of weeks back I made a video on 18 most asked Ansible Interview questions, Thanks for the response.
I am making this video to answer the questions. I will explain the answers with some practical examples.
Watch the complete video to learn about the practical Implementation with live examples and answers.
Ansible Interview Questions video:
• Video
About me:
-----------------
LinkedIn: / abhishek-veeramalla-77...
GitHub: github.com/iam-veeramalla
Medium: / abhishekveeramalla-av
KZread: / @abhishekveeramalla .
.
Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

Пікірлер: 77

  • @niravoza1989
    @niravoza1989 Жыл бұрын

    18:45 Ansible Vault is a built-in feature that allows you to encrypt sensitive data files or variables. You can create an encrypted file using ansible-vault create and encrypt sensitive variables using ansible-vault encrypt_string. These encrypted files can be version controlled and shared securely among team members. You can decrypt the files using the ansible-vault decrypt command or provide the vault password during playbook execution.

  • @SURESHP-th8bh
    @SURESHP-th8bh4 ай бұрын

    @4:19 - hosts: app remote_user: ubuntu become: yes tasks: - name: "installation of httpd" apt: name=httpd state=present

  • @dummymail6029
    @dummymail60294 ай бұрын

    Great video thank you @abhishek

  • @srinivasmacharla2209
    @srinivasmacharla2209 Жыл бұрын

    Nice Explanation Sir... Thank you for your presentation..

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    You are most welcome

  • @prasanthipagidi7437
    @prasanthipagidi7437 Жыл бұрын

    Thank you very much bro 🙏 these will be very much helpful to us

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Welcome Prasanti

  • @srinathg3051
    @srinathg305110 ай бұрын

    Hello Abhishek, thanks for this video, can you also please one video for all networking commands that the DevOps Engineer uses on a daily basis.

  • @taiwoamao1204
    @taiwoamao12046 ай бұрын

    Hi Abhishek, Please where is the link to the Github for this Ansible questions?

  • @daipayanadhikari7612
    @daipayanadhikari76127 ай бұрын

    Great Content

  • @generalbrowsing9482
    @generalbrowsing9482Ай бұрын

    Thank you sir :)

  • @11SAGARSHINDE
    @11SAGARSHINDE Жыл бұрын

    Very nice....good explanation 👍

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Thanks Sagar

  • @TechEra407
    @TechEra407 Жыл бұрын

    Plz do for more scenario based questions on terraform, docker and kubernate. Which can help us a lot.

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Sure

  • @swaraj525908522
    @swaraj5259085226 ай бұрын

    Hi..can you please help provide the link to install httpd using ansible

  • @TechEra407
    @TechEra407 Жыл бұрын

    Thank you so much brother..

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Welcome

  • @shubhambadade4290
    @shubhambadade4290 Жыл бұрын

    its very usefull for us ... plz make some videos realted to real time scerario based questions

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Sure

  • @bhavyabojanapalli380
    @bhavyabojanapalli3802 жыл бұрын

    Informative

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    2 жыл бұрын

    Thanks

  • @vijaybhatt8060
    @vijaybhatt80602 жыл бұрын

    superb😍😍😍 make it terraform separate interview q & a

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    2 жыл бұрын

    Sure, Thanks for the suggestion!!

  • @ranjansingh427
    @ranjansingh427 Жыл бұрын

    Really it is very useful for us

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Glad to hear that

  • @santoshkulkarni3966
    @santoshkulkarni39662 жыл бұрын

    All questions were good. Verbosity is already available for per task basis. So its not a drawback

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    2 жыл бұрын

    Hi Santosh, Please check github.com/ansible/ansible/issues/24215

  • @santoshkulkarni3966

    @santoshkulkarni3966

    2 жыл бұрын

    @@AbhishekVeeramalla good can u check date of the issue Increase verbosity on a per task basis #24215 Open rgdacosta opened this issue on 2 May 2017 · 32 comments · May be fixed by #41621

  • @khanmohammad6725
    @khanmohammad672511 ай бұрын

    Thanks bro! If possible please make part 2 on ansible interview questions.

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    11 ай бұрын

    Will do soon

  • @vamshikrishna7945

    @vamshikrishna7945

    11 ай бұрын

    @@AbhishekVeeramalla Abhishek did u uploaded this interview questions in your github ?

  • @abhishekjoshi001
    @abhishekjoshi0012 ай бұрын

    nice

  • @riyazbasha3571
    @riyazbasha357110 ай бұрын

    Real time scenario - Ans for 18 ---> Still in a simple playbook, ansible can't identify the error like programming languages. It says that there is error on so and so line, but that line would be perfect, but ansible says the error and may be at some place elsewhare and it so much that the Ansible has to get improved. Right?

  • @Akashma7198
    @Akashma7198 Жыл бұрын

    Hi Abhishek sir, I'm confused what is difference between git merge and rebase. this question asked in all the interviews

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Hi Akash, This is very well explained in the 45 days course .. Git Concepts with live example. Please watch the Git videos in our DevOps Zero to Hero Course

  • @dilipkumars6556
    @dilipkumars6556 Жыл бұрын

    Sir I'm trying to change my domain I have not done Anydevops related task in my current organization so how to handle those kind of questions

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Hi Dilip, You can work on some proof of concept projects at your end and gain DevOps experience first. It is always good to have some working knowledge before switching, so try to move to DevOps position in your current organization first.

  • @prashantmane1072
    @prashantmane1072 Жыл бұрын

    Hi Abhishek please make videos on Ansible,Docker & Jenkins in deep real time scenario based Questions

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Sure

  • @prashantmane1072

    @prashantmane1072

    Жыл бұрын

    @@AbhishekVeeramalla waiting for your video

  • @bhavyab3600
    @bhavyab36002 жыл бұрын

    Nice

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    2 жыл бұрын

    Thanks

  • @sasirambeeke6058
    @sasirambeeke6058 Жыл бұрын

    I have 1 question ,if we are giving whatever requirement to run application in dockerfile then when we use ansible??

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Ansible and docker are completely different.. please follow our complete Devops course

  • @sathishdarshanala6137
    @sathishdarshanala6137 Жыл бұрын

    hi abisheck iam good with Dynatrace monitoring tools aim working into Linux and Linux admin but i have learnt terraform and certified hashicorp certified terraform associate exam (002) iam well good with kubernetes (eks) jenkins , ansible , docker git, maven , iam searching job as a devops engineer as part of my role i knew only one monitoring tool which is dynatrace , is that going to work during interview if i would say monitoring tool as dynatrace do i need to learn kibana or something else as a monitoring tool. iam following your vidoes quite a long i would apprecaite i you could help me with this

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    One tool is good enough .. You should understand the concept of monitoring but if you have time .. You can just take a look at ELK as well. It is very easy to setup and because you already know dynatrace .. it will be even more easier. But to answer your question, one tool is good enough:) .. you can tell in the interview.. I only used dynatrace

  • @sathishdarshanala6137

    @sathishdarshanala6137

    Жыл бұрын

    @@AbhishekVeeramalla appraciate youThanks

  • @sukhdevkhade9006
    @sukhdevkhade9006 Жыл бұрын

    It is possible to write own Ansible module using shell/python script.

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Yes you build your own ansible module using Python

  • @sukhdevkhade9006

    @sukhdevkhade9006

    Жыл бұрын

    @@AbhishekVeeramalla Ok. One more question. It is possible tha collect the gather facts of database. e.g Total table, version, no of users, any many more...

  • @sarreviews6518
    @sarreviews65182 жыл бұрын

    ❤️

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    2 жыл бұрын

    Thanks

  • @madhusai7021
    @madhusai7021 Жыл бұрын

    aws ssm and secret store is best for secret management

  • @sowmyalakshmi8161
    @sowmyalakshmi8161 Жыл бұрын

    Hi bro can you please explain how to answer tell me about yourself to client as a fresher. And that too after the training of three months. Please try to reply

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Hey sure .. I will make a short video on this as many people are asking.

  • @srk9511
    @srk9511 Жыл бұрын

    sir its very good video , sir i have request plz show answer in videos

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Yeah .. I started posting answers in the new videos.

  • @akshaypanigrahi166
    @akshaypanigrahi166 Жыл бұрын

    Q15) A: Ansible vault for handle secrets in ansible .

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    I uploaded video to answer all the questions. Please check on my channel

  • @jibanjyotiparida892
    @jibanjyotiparida8922 жыл бұрын

    Sir please share how to interduce my self as a devops Engineer fresher and experience please provide video

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    2 жыл бұрын

    Sure .. I will make a video on how to introduce yourself

  • @kshitijgupta5172
    @kshitijgupta5172 Жыл бұрын

    can you please give the link for the answer number 3

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    will share

  • @KrishnaRac
    @KrishnaRac Жыл бұрын

    interviewer are asking about jinja template and ansible tower also.

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Will try to make video on that as well

  • @sahaivaranasi
    @sahaivaranasi Жыл бұрын

    my interviewer ask how did you use Ansible in your project?

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    Please watch ansible zero to hero video

  • @sahaivaranasi

    @sahaivaranasi

    Жыл бұрын

    @@AbhishekVeeramalla thanks bhai 🙏

  • @angelinjenipher145
    @angelinjenipher1454 ай бұрын

    --- --name: install httpd hosts: webservers become: root tasks: - name : install httpd shell : apt install httpd - name : start httpd shell : systemctl start httpd

  • @sagarsonawane7566
    @sagarsonawane75665 ай бұрын

    Please write or show answer rather than talk it's too effective

  • @vasanthig8534

    @vasanthig8534

    4 ай бұрын

    Show us answer too. It will be helpful for everyone.

  • @samjones4443

    @samjones4443

    Ай бұрын

    Just create your own channel and show us.

  • @y.b.s.madhurirao652
    @y.b.s.madhurirao652 Жыл бұрын

    Hi Abhishek, One of the interviewer asked me, what is your preferred method for running a python script from an Ansible playbook? and why? can you please answer me

  • @AbhishekVeeramalla

    @AbhishekVeeramalla

    Жыл бұрын

    ansible does not have modules for everything you want to achieve. When there is no module for performing a pirticular task you may want to write a python script and execute it using ansible.

Келесі