Describe the working of ansible.
Answer / Gyanendra Singh
Ansible works by using SSH (Secure Shell) to connect to remote servers and push configurations, deploy applications, or run ad-hoc commands. It does not require an agent on the managed nodes and uses a 'pull' model where the master node pulls information from the managed nodes. Ansible inventories define which hosts to manage, and playbooks are used to define tasks that should be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does fact mean in ansible?
Explain in detail about ad-hoc command?
Describe your newsletter ansible and who it’s aimed at.
What are the ansible modules?
How ansible works?
What’s the use of ansible?
How do I see a list of all of the ansible_ variables?
What are ansible vaults and why are they used?
When to use {{}} ? How to interpolate variables or dynamic variable names?
How can you connect other devices within ansible?
Enlist the differences between variable name and environment variables.
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?