Discover the answers to your questions at Westonci.ca, where experts share their knowledge and insights with you. Get immediate and reliable answers to your questions from a community of experienced professionals on our platform. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

what must be set on the destination machines if you put their ip addresses in /etc/ansible/hosts file?

Sagot :

This file's default location is /etc/ansible/hosts. Using the -i path> option on the command line or inventory in configuration, you can select a different inventory file.

By default, Ansible uses the user name you are logged in as on the control node to connect to all remote devices. You can choose a different user name for the connection if that one doesn't already exist on the remote device. Check out Understanding Privilege Escalation: A Guide if you only need to perform a few actions as a different user. become. The inventory file's default location is /etc/ansible/hosts. Alternative locations can be used to produce project-specific inventory files. The inventory file can include a list of specific hosts or user-defined host groups.

Learn more about command here-

https://brainly.com/question/18955190

#SPJ4