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 |
What are the ansible modules?
What are ansible server requirements?
What are playbooks in ansible?
What is ansible role and how are they different from the playbook?
How do I handle different machines needing different user accounts or ports to log in with?
why don’t you ship in x format?
What are the variables in ansible?
When should I use {{ }}? Also, how to interpolate variables or dynamic variable names
How can I display all the inventory vars defined for my host?
What is the use of ansible?
How do I keep secret data in my playbook?
Have you worked with ansible before? Please share your experience.