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 is the ask_pass module in ansible?
How do I loop over a list of hosts in a group, inside of a template?
How ansible works?
How to install ansible?
Desired to gain proficiency on ansible?
Explain what are playbooks in ansible? Explain with some examples.
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
How does configuration management is help an organization?
How to keep secret data in a playbook?
How to keep secret data in playbook?
What are the ansible modules? Explain the different types.
How do I configure a jump host to access servers that I have no direct access to?