Difference between revisions of "Ios ping"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
  ****************************************************************************************************************************
 
  ****************************************************************************************************************************
 
  fatal: [SERVER]: FAILED! => {"changed": false, "msg": "Connection type ssh is not valid for this module"}
 
  fatal: [SERVER]: FAILED! => {"changed": false, "msg": "Connection type ssh is not valid for this module"}
 +
It maybe a [[paramiko]] problem: https://github.com/ansible/ansible/issues/31699
  
 
== 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"}
It maybe a paramiko problem: https://github.com/ansible/ansible/issues/31699

Related terms

See also

Advertising: