ansible interview questions
what is ansible?
what is difference between ansible and chef?
i want to create users in my machine which is the most faster tool i.e ansible or chef or puppet?
what is loop in ansible ?
how to read the variables in playbooks ? {{ username }}
how to expose passwords in playbooks? --> encryption -->vault
any other options other than vault? --> python hashing
how to get the gather facts?
what are the modules have you used?
how ansible will works?
what is static inventory and dynamic inventory?
in my playbook number of tasks are there while running the second task is failure then my playbook will be execute others task or not?
i want ignore my failure task and run other task in playbook how to do this?
what is group_vars and host_vars
what are playbook have you written?
write sample playbook structure ?
For what purposes you are using ansible in project
How to troubleshoot ansible -vvv
When you ping nodes & it says unreachable, how to troubleshoot?
What is playbook,
What all playbooks are you using in project,
Write playbook for creating 100 users
Comments
Post a Comment