[ansible-project] junos_command

2017-04-25 Thread Asif Iqbal
I am failing to make junos_command work 2017-04-25 15:28:49,152 p=4058 u=user | PLAY [sdwan-routers] 2017-04-25 15:28:49,171 p=4058 u=user | TASK [junos_command] ***

Re: [ansible-project] run ansible on arbor appliance

2016-03-14 Thread Asif Iqbal
What is it that you hope to accomplish? > > Essentially run remote command to find resource status > > On Tue, Nov 26, 2013 at 10:09 AM, Asif Iqbal > wrote: > >> >> >> On Monday, November 25, 2013 8:10:26 PM UTC-5, Michael DeHaan wrote: >>> >>> I'

Re: [ansible-project] ansible paramiko fails with failed to open a SFTP connection (Channel closed.)

2015-09-10 Thread Asif Iqbal
threads/sshd-custom-password-prompt.38184/ authrequiredpam_unix.so no_warn try_first_pass authtok_prompt=Password: On Wednesday, September 9, 2015, Asif Iqbal > > wrote: > >> >> >> On Wednesday, September 9, 2015 at 10:38:34 PM UTC-4,

Re: [ansible-project] ansible paramiko fails with failed to open a SFTP connection (Channel closed.)

2015-09-09 Thread Asif Iqbal
pts I see some discussion on adding scp.py into paramiko > It sounds to me like you have a busted SFTP configuration. You might try > using SFTP manually to see what happens. > > sftp is not allowed on most of these freebsd systems > On Wednesday, September 9, 2015, Asif Iqbal &g

[ansible-project] Re: ansible paramiko fails with failed to open a SFTP connection (Channel closed.)

2015-09-09 Thread Asif Iqbal
On Wednesday, September 9, 2015 at 8:36:30 PM UTC-4, Asif Iqbal wrote: > > > > On Thursday, September 3, 2015 at 2:25:44 PM UTC-4, Asif Iqbal wrote: >> >> Hi All >> >> I am trying to connect to some freebsd server with custom password >> prompt. So I n

[ansible-project] Re: ansible paramiko fails with failed to open a SFTP connection (Channel closed.)

2015-09-09 Thread Asif Iqbal
On Thursday, September 3, 2015 at 2:25:44 PM UTC-4, Asif Iqbal wrote: > > Hi All > > I am trying to connect to some freebsd server with custom password prompt. > So I need to use paramiko since sshpass hangs on custom password prompt. > > With -c paramiko now I ge

[ansible-project] ansible paramiko fails with failed to open a SFTP connection (Channel closed.)

2015-09-03 Thread Asif Iqbal
Hi All I am trying to connect to some freebsd server with custom password prompt. So I need to use paramiko since sshpass hangs on custom password prompt. With -c paramiko now I get the following error... $ ansible - -m ping -c paramiko remote ESTABLISH CONNECTION FOR USER: root on PORT 22

Re: [ansible-project] run ansible on arbor appliance

2013-11-26 Thread Asif Iqbal
> see if there's a API and do something closer to what's done with the > Arista and F5 modules > > etc? > > > > > > > On Mon, Nov 25, 2013 at 2:25 PM, Asif Iqbal > > wrote: > >> Hi All >> >> I am trying to run ansible on arbor

Re: [ansible-project] run ansible on arbor appliance

2013-11-26 Thread Asif Iqbal
6 #1 SMP PREEMPT Thu Aug 2 16:16:46 EDT 2012 i686 i686 i386 GNU/Linux exit ~$ > > > > On Tue, Nov 26, 2013 at 8:28 AM, Asif Iqbal > > wrote: > >> Once you ssh to arbor, you will need to type shell to get a bash shell. >> From there it is pure linux. >> >

Re: [ansible-project] run ansible on arbor appliance

2013-11-26 Thread Asif Iqbal
Once you ssh to arbor, you will need to type shell to get a bash shell. From there it is pure linux. -- 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 ansible-

[ansible-project] run ansible on arbor appliance

2013-11-25 Thread Asif Iqbal
Hi All I am trying to run ansible on arbor appliances. To run ssh remotely and get data from arbor appliance you will need to run it like this $ echo "uname -a; exit" | ssh -qtt atl-col-01 shell uname -a; exit DIAG> uname -a; exit Linux atl-col-01 2.6.18-arbux26 #1 SMP PREEMPT Thu Aug 2 16:16:4