How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
Answer Posted / Dharmendra Choubey
To reuse connections in Ansible, you can use the `delegate_to` keyword. To enable Kerberos and have Ansible read your local SSH config, you'll need to configure these features on your system and possibly use additional modules like `ansible.builtin.auth` or `ansible.windows_auth`.nnFor more details, refer to the Ansible documentation: https://docs.ansible.com/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is ansible used in a continuous delivery pipeline? Explain.
What’s the use of ansible?
How can I set the path or any other environment variable for a task or entire playbook?
How is ansible different from puppet?
How can one interpolate variables or dynamic variable names?
What is ansible role and how are they different from the playbook?
Enlist the differences between variable name and environment variables.
Is ansible is an open source tool?
Describe the working of ansible.
How does configuration management is help an organization?
What is ci/cd?
How do I loop over a list of hosts in a group, inside of a template?
Give a comparison between ansible and puppet.
What are playbooks in ansible?
List some advantages of using ansible.