When should you test playbooks and roles?
Answer / Himanshu Bhushan
You should test playbooks and roles before deploying them in a production environment to ensure they function as expected, check for any syntax errors or unexpected behavior, and validate the changes they make on target hosts.
| Is This Answer Correct ? | 0 Yes | 0 No |
How ansible works?
Give a comparison between ansible and puppet.
How would you install ansible on a centos system?
why don’t you ship in x format?
What is configuration management and how does it help an organization?
Write a playbook to create a backup of a file in the remote servers before copy.
How can one generate encrypted passwords for the user module?
How can you connect other devices within ansible?
What is ansible tower?
How is ansible used in a continuous delivery pipeline? Explain.
How can you create a lamp stack and deploy a webpage by using ansible?
Talk about ansible architecture.