On 06. juli 2017 17:56, Edvinas K wrote:
installed linux (CENTOS) and trying to run an ansible test ping.

straight from linux box ssh [email protected] works.

but the *"ansible -m ping all"* doesnt.
Ansible ping is a task that copies a python file to the remote an execute the file. Cisco doesn't have Python and is not supported.

You need to use the ios_ modules that use the command line remotely from the Ansible control machine.

--
Kai Stian Olstad

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e4a6d121-e605-d685-cefd-e76eeed3a833%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to