Re: [ansible-devel] openstack os_server_facts: some of openstack_servers entries partially replaced by asterisks

2018-03-18 Thread git.user
You are right, thanks for advise. it's here: /usr/lib/python3.5/site-packages/ansible/module_utils/basic.py +452 def _remove_values_conditions(value, no_log_strings, deferred_removals): ... for omit_me in no_log_strings: native_str_value = native_str_value.replace(omit_me, '*' *

[ansible-devel] Re: Repeat a task based on a csv string from extra_var

2018-03-18 Thread GoFigure
This has been answered here Thanks On Monday, March 19, 2018 at 12:48:41 PM UTC+11, GoFigure wrote: > > Or should this sort of thing be done via a module? > > Thanks > > On Wednesday, March 14, 2018 at 2:30:07 PM UTC+11, GoFig

[ansible-devel] [WARNING]: Error in vault password file loading (default)

2018-03-18 Thread Vino B
Hi All, Request you help, after upgrade ansible to 2.6 -devel the password vault is not working as expected, and getting the below error, before the upgrade it was working fine without any issues. *ansible-playbook /home/ansible/playbooks/oscheck.yml --syntax-check* [WARNING]: Error in vau

[ansible-devel] Re: Repeat a task based on a csv string from extra_var

2018-03-18 Thread GoFigure
Or should this sort of thing be done via a module? Thanks On Wednesday, March 14, 2018 at 2:30:07 PM UTC+11, GoFigure wrote: > > > Hello All, > > I am a complete newbie and have only spent hours reading about ansible and > topics this forum. I have been (un;)fortunate to work with ansible devs,

[ansible-devel] A Question Regarding Community Module Pull Request Process

2018-03-18 Thread John Roach
Hi! I created a pull request for a community module https://github.com/ansible/ansible/pull/37445 Per the ISSUE_HELP documentation (https://github.com/ansible/ansibullbot/blob/master/ISSUE_HELP.md#for-pull-request-submitters) a module maintainer would need to ship it. I was wondering if ther

[ansible-devel] Re: Ansible 2.5.0 Release Candidate 3 is available

2018-03-18 Thread René Moser
Hi Matt and Ansible realease team The letsencrypt maintaniers would like to request consideration of https://github.com/ansible/ansible/pull/37572 to be in 2.5 final. This rather small patch, fixes an issue with the wildcard certificate support, which was released by Letsencrypt just a few coup

Re: [ansible-devel] openstack os_server_facts: some of openstack_servers entries partially replaced by asterisks

2018-03-18 Thread 'Felix Fontein' via Ansible Development
Hi, > I just wrote a trivial snippet which uses 'os_server_facts' module to > collect VM info. > Snippet itself works fine but output a bit confusing me. > It looks like this: > "openstack_servers": [ > { > "HUMAN_ID": true, > "NAME_ATTR": "name", >

[ansible-devel] openstack os_server_facts: some of openstack_servers entries partially replaced by asterisks

2018-03-18 Thread git.user
Hello. I just wrote a trivial snippet which uses 'os_server_facts' module to collect VM info. Snippet itself works fine but output a bit confusing me. It looks like this: "openstack_servers": [ { "HUMAN_ID": true, "NAME_ATTR": "name", "OS-DCF:diskCo