Re: [ansible-project] Dynamic inventory cache

2016-05-24 Thread Matt Hite
I believe it would be up to the dynamic inventory script to implement the caching functionality. On Tue, May 24, 2016 at 9:55 AM, André Cruz wrote: > Hello all. > > I'm using the Azure RM dynamic inventory script, which although it works > fine, is very slow. > > Is it

Re: [ansible-project] Re: Same host in inventory twice with two different ports, not working

2016-05-04 Thread Matt Hite
Try using "ansible_ssh_port" rather than hostname:port. On Wed, May 4, 2016 at 5:39 AM, Alexey Vazhnov wrote: > I think what better solution for storing SSH settings (hostname, port, > username, proxycommand, identityfile …) is ~/.ssh/config. > > On Friday, April 29,

Re: [ansible-project] Ansible Network, junos_command.

2016-04-11 Thread Matt Hite
Is netconf enabled under "system services"? On Thu, Apr 7, 2016 at 7:41 AM, Oscar Bengtsson wrote: > Hi, > I'm trying to get a playbook to connect to a juniper switch and do a 'show > version' > I'm totally new to this and wanted to do this without the use of yaml > files

[ansible-project] Re: [ansible-devel] New 'bigip_user' module -- testers needed

2015-12-15 Thread Matt Hite
ng together with you on this one if you're > open to that. > > Lemme know. > > Thanks! > tim > > On Mon, Dec 14, 2015 at 4:06 PM, Matt Hite <li...@beatmixed.com> wrote: > >> Would love to get a few more eyes from F5 BIG-IP on a new module I just >> submitt

[ansible-project] New 'bigip_user' module -- testers needed

2015-12-14 Thread Matt Hite
Would love to get a few more eyes from F5 BIG-IP on a new module I just submitted for managing users. Here's the pull request: https://github.com/ansible/ansible-modules-extras/pull/1370 Thanks, -M -- You received this message because you are subscribed to the Google Groups "Ansible

Re: [ansible-project] F5 disable pool/node

2015-03-11 Thread Matt Hite
, On Tuesday, February 24, 2015 at 8:40:16 PM UTC-6, Matt Hite wrote: BTW, once I can get some testers on this change, I can incorporate a similar one that works on the pool -member level. On Tue, Feb 24, 2015 at 5:19 PM, Matt Hite li...@beatmixed.com wrote: I've posted a P.R. which needs some

Re: [ansible-project] F5 disable pool/node

2015-03-06 Thread Matt Hite
at 8:40:16 PM UTC-6, Matt Hite wrote: BTW, once I can get some testers on this change, I can incorporate a similar one that works on the pool -member level. On Tue, Feb 24, 2015 at 5:19 PM, Matt Hite li...@beatmixed.com wrote: I've posted a P.R. which needs some volunteers to test. https

Re: [ansible-project] F5 disable pool/node

2015-03-05 Thread Matt Hite
I think this fixes my issues. Has there been any work in looking at a module modifying a GTM? Thanks, On Tuesday, February 24, 2015 at 8:40:16 PM UTC-6, Matt Hite wrote: BTW, once I can get some testers on this change, I can incorporate a similar one that works on the pool -member level

Re: [ansible-project] synchronize via ssh proxy

2015-02-25 Thread Matt Hite
Give this a read: http://alexbilbie.com/2014/07/using-ansible-with-a-bastion-host/ -M On Wed, Feb 25, 2015 at 4:40 AM, Vaclav Adamec vaclav.ada...@suchy-zleb.cz wrote: Hi, I made simple backup playbook which sort servers to groups based on facts, run logrotate, ... issues is with

Re: [ansible-project] F5 disable pool/node

2015-02-25 Thread Matt Hite
but I'm confused by the table at https://devcentral.f5.com/questions/icontrol-equivalent-call-for-b-node-down Does that mean even with the session and monitor disabled active connections aren't broken? On Tuesday, February 24, 2015 at 8:40:16 PM UTC-6, Matt Hite wrote: BTW, once I can get

Re: [ansible-project] F5 disable pool/node

2015-02-25 Thread Matt Hite
but I'm confused by the table at https://devcentral.f5.com/questions/icontrol-equivalent-call-for-b-node-down Does that mean even with the session and monitor disabled active connections aren't broken? On Tuesday, February 24, 2015 at 8:40:16 PM UTC-6, Matt Hite wrote: BTW, once I can get

Re: [ansible-project] F5 disable pool/node

2015-02-24 Thread Matt Hite
I've posted a P.R. which needs some volunteers to test. https://github.com/ansible/ansible-modules-extras/pull/282 On Mon, Feb 23, 2015 at 6:08 PM, Matt Hite li...@beatmixed.com wrote: I'll get a PR up soon to address this. On Sun, Feb 22, 2015 at 6:22 AM, Michael Perzel michaelper

Re: [ansible-project] F5 disable pool/node

2015-02-24 Thread Matt Hite
BTW, once I can get some testers on this change, I can incorporate a similar one that works on the pool -member level. On Tue, Feb 24, 2015 at 5:19 PM, Matt Hite li...@beatmixed.com wrote: I've posted a P.R. which needs some volunteers to test. https://github.com/ansible/ansible-modules

Re: [ansible-project] F5 disable pool/node

2015-02-23 Thread Matt Hite
I'll get a PR up soon to address this. On Sun, Feb 22, 2015 at 6:22 AM, Michael Perzel michaelper...@gmail.com wrote: I opened a new issue at https://github.com/ansible/ansible-modules-extras/issues/276 in the correct repository. I took a look at