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

2016-03-14 Thread Asif Iqbal
On Friday, December 13, 2013 at 7:17:53 PM UTC-5, Matt Hite wrote: > > Hi, Asif. I have considered writing an Arbor module (using their API). The > initial "itch" I wanted to "scratch' was to manage network/customer object > entities. > > What is it that you hope to accomplish? > > Essentially

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

2013-12-13 Thread Matt Hite
Hi, Asif. I have considered writing an Arbor module (using their API). The initial "itch" I wanted to "scratch' was to manage network/customer object entities. What is it that you hope to accomplish? On Tue, Nov 26, 2013 at 10:09 AM, Asif Iqbal wrote: > > > On Monday, November 25, 2013 8:10:26

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

2013-11-26 Thread Asif Iqbal
On Monday, November 25, 2013 8:10:26 PM UTC-5, Michael DeHaan wrote: > > I'm not familiar with Arbor Networks internals personally > > Possible options: > > try scp instead of SFTP in ansible.cfg > see if you can configure something to give you a login shell > just use "raw" commands > With raw

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

2013-11-26 Thread Asif Iqbal
On Tuesday, November 26, 2013 8:58:01 AM UTC-5, Michael DeHaan wrote: > > Yeah that's not really going to work well in current state, because the > system won't know to run the "shell" command. > > There's no way to configure a regular shell account? > > There is a way to provide regular shell

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

2013-11-26 Thread Michael DeHaan
Yeah that's not really going to work well in current state, because the system won't know to run the "shell" command. There's no way to configure a regular shell account? 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 sh

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-

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

2013-11-25 Thread Michael DeHaan
I'm not familiar with Arbor Networks internals personally Possible options: try scp instead of SFTP in ansible.cfg see if you can configure something to give you a login shell just use "raw" commands see if there's a API and do something closer to what's done with the Arista and F5 modules etc?

[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