What are playbooks in ansible?
Answer / Sahil Chaudhary
Playbooks in Ansible are scripts or instructions that automate configuration management, deployment, and orchestration tasks. They describe a series of actions to be performed on one or more targets (servers) using modules, tasks, and plays. Playbooks use YAML syntax for easy readability and are executed by the ansible-playbook command.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ansible?
How does ansible work?
How to keep secret data in a playbook?
Does ansible support hardware provisioning?
How should one configure a jump host to access servers that I have no direct access to?
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
What is ansible and what makes it stand out from the rest of the configuration management tools?
When to use {{}} ? How to interpolate variables or dynamic variable names?
How does configuration management is help an organization?
How ansible different from the playbook?
What is the ask_pass module in ansible?
Give a comparison between ansible and puppet.