How ansible different from the playbook?
Answer / Om Prakash Mourya
Ansible is an open-source automation tool used for configuration management, application deployment, and task execution. A playbook is a script file written in YAML syntax that contains a series of plays (tasks) to be executed on Ansible managed nodes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you copy files recursively onto a target host? If yes, how?
What are the different components of ansible?
How can I display all the inventory vars defined for my host?
Explain the concept behind infrastructure as code (iac).
Is ansible is an open source tool?
Explain the callback plugin in ansible?
What are the ansible modules? Explain the different types.
How does configuration management is help an organization?
When should you test playbooks and roles?
How to interpolate variables or dynamic variable names?
What is ansible galaxy?
What are the advantages of ansible?