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 |
What are the ansible modules?
Is there a web interface / rest api / etc?
What is ansible role?
Compare ansible with chef.
What is ansible role and how are they different from the playbook?
How is ansible different from puppet?
How can you connect other devices within ansible?
What is ci/cd?
How to create encrypted files using ansible?
What are the advantages of ansible?
What are ad-hoc commands? Give an example.
What is the best way to make content reusable/redistributable?