Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?



How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to m..

Answer / 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

More Ansible Interview Questions

Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?

1 Answers  


What is the way to access shell environment variables in ansible?

1 Answers  


How can one interpolate variables or dynamic variable names?

1 Answers  


When to use {{}} ? How to interpolate variables or dynamic variable names?

1 Answers  


What is ansible task?

1 Answers  


How can you access a list of ansible_variables?

1 Answers  


What is the difference between a variable name and an environment variable?

1 Answers  


What is ansible tower?

1 Answers  


Is ansible is an open source tool?

1 Answers  


How to access a variable of the first host in a group?

1 Answers  


Why is ‘{{ }}’ notation used?

1 Answers  


What is ansible role?

1 Answers  


Categories