Why is ‘{{ }}’ notation used?
Answer / Arvind Kumar Rawat
The '{{ }}' notation in Ansible is called the variable interpolation syntax. It is used to insert variables into strings or templates, allowing for dynamic content based on the specified variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to keep secret data in a playbook?
Have you worked with ansible before? Please share your experience.
How can you speed up management inside in ec2?
How to interpolate variables or dynamic variable names?
What is ansible?
What are the ansible modules? Explain the different types.
Why is ‘{{ }}’ notation used?
How to access a variable of the first host in a group?
How do I configure a jump host to access servers that I have no direct access to?
How does configuration management is help an organization?
Is ansible is an open source tool?
Is it possible to build our modules in ansible?