Difference between revisions of "Ios ping"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
       - ios_ping:
 
       - ios_ping:
 
           dest: 10.10.10.1
 
           dest: 10.10.10.1
 +
 +
 +
TASK [ios_ping]
 +
****************************************************************************************************************************
 +
fatal: [SERVER]: FAILED! => {"changed": false, "msg": "Connection type ssh is not valid for this module"}
  
 
== Related terms ==
 
== Related terms ==

Revision as of 11:09, 29 November 2020

#!/usr/bin/env ansible-playbook

- hosts: sw-access.bt.internal
  gather_facts: false

  tasks:
      - ios_ping:
          dest: 10.10.10.1


TASK [ios_ping] 
****************************************************************************************************************************
fatal: [SERVER]: FAILED! => {"changed": false, "msg": "Connection type ssh is not valid for this module"}

Related terms

See also

Advertising: