Get insightful responses to your questions quickly and easily on IDNLearn.com. Ask anything and receive well-informed answers from our community of experienced professionals.

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