[ansible-devel] Re: Bad performance: In Ansible 2.1 playbooks take factor 5.6 longer than 1.9.x

2016-05-10 Thread Will Thames
On Tuesday, May 10, 2016 at 10:11:35 PM UTC+10, Tobias Wolf wrote: > > On Tuesday, May 10, 2016 at 1:25:02 PM UTC+2, jhawkesworth wrote: >> >> Do you have a lot of vaulted vars? >> > > We do not use vault at all. For secret vars we use locally stored > persistent facts and a FUSE mounted sshfs.

[ansible-devel] Re: Playbook help - syntax

2016-05-24 Thread Will Thames
This is a question for the ansible-project list rather than ansible-devel. The playbook you've posted doesn't appear complete, as the error message relates to a task name that isn't in the below playbook (this is feedback so that you can have better luck in ansible-project) On Wednesday, May 25

[ansible-devel] Re: 2.2 Roadmap is Posted for Feedback

2016-06-05 Thread Will Thames
On Saturday, June 4, 2016 at 3:52:40 AM UTC+10, jmc...@ansible.com wrote: > > Hello All, > > Now that 2.1 is out, we're starting to work on what's next in Ansible. > We've done a couple of first passes on what we (Ansible/Red Hat) think we > should propose for the next release, but we need you

[ansible-devel] Re: Stuck on a playbook development - Fs

2016-09-29 Thread Will Thames
On Thursday, September 29, 2016 at 5:16:11 PM UTC+10, Miguel Lopez Laguna wrote: > > Hi, first of all i would like to introduce myself, i work with linux and > AIX systems and I'm trying to have some automation over the servers farm > > I'm new to ansible and i've been reading the docs and i g

[ansible-devel] RDS module - maintainers required

2016-10-21 Thread Will Thames
The maintainers for the RDS module are listed as bpennypacker and me. I don't use RDS at all these days. I clearly didn't even use it enough in the past to catch some of the bugs that have come in. I suspect it needs a port over to be boto3 compatible and remove boto.rds compatiblity, it could

Re: [ansible-devel] uri module and user certificates

2016-10-21 Thread Will Thames
Christian, A second option is that you could implement the feature yourself, and create a pull request, and it will be hopefully be reviewed favourably. On Thursday, October 20, 2016 at 2:30:12 PM UTC+10, Brian Coca wrote: > > This is not currently a feature, but you can open an Issue and someo

[ansible-devel] Re: How to use version_compare Jinja filter to only compare major and minor releases?

2016-10-25 Thread Will Thames
I would not expect "2.1.2"|version_compare('2.1', '==') to return true as they are not equal. For what you want, you could use ansible_ver | version_compare('2.1', '>=') and ansible_ver | version_compare('2.2', '<') On Tuesday, October 25, 2016 at 10:58:46 PM UTC+10, Tadej Janež wrote: > > Hi

[ansible-devel] Re: How to use version_compare Jinja filter to only compare major and minor releases?

2016-10-25 Thread Will Thames
distutils LooseVersion vs StrictVersion) On Tuesday, October 25, 2016 at 11:50:35 PM UTC+10, Will Thames wrote: > > I would not expect "2.1.2"|version_compare('2.1', '==') to return true as > they are not equal. > > For what you want, you co

[ansible-devel] Re: Reworking a few AWS modules...looking for advice

2017-02-15 Thread Will Thames
On Wednesday, February 8, 2017 at 1:51:59 AM UTC+10, Jackson Murtha wrote: > > Ahoy, > I'm new to this list, so apologies if I violate convention (let me know). > > I've been working happily with Ansible for a while, but I've found many > AWS modules behave in unexpected ways. Many are excellen

[ansible-devel] Re: Ansible k8s problem ("strategic merge patch format is not supported")

2018-08-31 Thread Will Thames
Apologies, I've only just seen this. This is now fixed in devel - k8s takes a merge_type param - you can either pass 'merge' explicitly for Custom Resource Definitions or, as of this morning, ['strategic-merge', 'merge'] for all resources - if it fails to patch using strategic-merge, it will fa

Re: [ansible-devel] Is changing the default setting of TRANSFORM_INVALID_GROUP_CHARS a good idea?

2019-09-03 Thread Will Thames
On Tuesday, August 6, 2019 at 12:41:36 AM UTC+10, Brian Coca wrote: > > >What I have not understand yet, do hyphens and dash causes confusion and > support cases or only the use of dots and colones etc.? Would it be > possible to only ban the chars that are causing the most of the trouble? > >