Is it unsafe to bulk-set task arguments from a variable?
Answer / Vijender Singh
Ansible works by pushing configuration files and scripts to target hosts rather than pulling from a central server. It uses SSH for communication between the control node (the machine running Ansible) and the managed nodes (target machines).
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you access a variable of the first host in a group?
When to use {{}} ? How to interpolate variables or dynamic variable names?
why don’t you ship in x format?
How ansible different from the playbook?
What does fact mean in ansible?
How can I display all the inventory vars defined for my host?
Does ansible support aws?
How can you handle different machines needing different user accounts or ports to log in with?
Why are you attracted to science and science fiction?
What is the method to check the inventory vars defined for the host?
How is ansible used in a continuous delivery pipeline? Explain.
How to keep secret data in a playbook?