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 to interpolate variables or dynamic variable names?
What is ansible and what makes it stand out from the rest of the configuration management tools?
How do I write an ansible handler with multiple tasks?
What are ansible server requirements?
How do I configure a jump host to access servers that I have no direct access to?
What are the ansible modules?
What are ansible vaults?
why don’t you ship in x format?
Can you copy files recursively onto a target host? If yes, how?
How is ansible used in a continuous delivery pipeline? Explain.
What does fact mean in ansible?
What is the way to access shell environment variables in ansible?