Re: [ansible-project] SSH Issue with HP switch Comware 7

2016-02-03 Thread Matt Martz
A quick Google search after my email led me to http://patg.net/ansible,comware,switches/2014/10/16/ansible-comware/ That post details what was done and appears to offer links to the modules that he wrote. On Wednesday, February 3, 2016, Matt Martz wrote: > There was another

Re: [ansible-project] SSH Issue with HP switch Comware 7

2016-02-03 Thread Matt Martz
There was another user (I believe who worked for HP) who was trying to work with these switches at one point. In order to use them he had to write a custom module that utilized paramiko to perform the communication, as opposed to using The Ansible paramiko communication plugin. On Tuesday,

Re: [ansible-project] SSH Issue with HP switch Comware 7

2016-02-03 Thread Денис Авзалов
Yes, I saw this post. This is additional module for Comware *5. *I am working with 7. Anyway, I tried it, but no success. Denis. среда, 3 февраля 2016 г., 18:35:13 UTC+6 пользователь Matt Martz написал: > > A quick Google search after my email led me to >

[ansible-project] SSH Issue with HP switch Comware 7

2016-02-02 Thread Денис Авзалов
Hi! I am trying to establish SSH connection to HP switch and process simple commands on it. Unfortunately, couple days of working on this task was not successful. I am working on Mac, ansible version 2.0. Command that I am trying to execute: *sudo ansible TEMP -m raw -a "dis stp root"