0 votes
in Ansible by
How can you connect to other devices within Ansible?

1 Answer

0 votes
by
Once, Ansible is installed and the basic setup has been completed, an inventory is created. This would be the base and one can start testing ansible. To connect to a different device then you have to use “Ping module”. This can be used as a simple connection test.

Ansible - m ping all

Related questions

0 votes
asked May 14 in Ansible by Robin
0 votes
asked May 13 in Ansible by sharadyadav1986
...