[ansible-devel] Re: [ansible-project] unable to Delete post in GitHub ansible community

2019-09-28 Thread Kai Stian Olstad
idered. If security by obscurity[1] is your last defense, you already lost. I'm truly are sorry if that is the case, you seriously need to evaluate you security model. [1] https://en.wikipedia.org/wiki/Security_through_obscurity -- Kai Stian Olstad -- You received this message b

Re: [ansible-devel] Why is "datacenter" a required parameter for vmware modules?

2019-08-29 Thread Kai Stian Olstad
t or last found." (see > https://docs.ansible.com/ansible/latest/modules/vmware_guest_facts_module.html#vmware-guest-facts-module) > to cater for this but in my opinion (I support over 20,000 vms), you should > probably really aim to have unique names. IMHO it's missing the option fa

Re: [ansible-devel] Why is "datacenter" a required parameter for vmware modules?

2019-08-27 Thread Kai Stian Olstad
there some reason for the current behaviour that I am > missing? If I have two VM both called hostA, one in datacenter-north and one in datacenter-south, which one do you choose? -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansibl

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

2019-08-23 Thread Kai Stian Olstad
is still conform with standard to allow hyphen. Because using hyphen is recommended way for hostname (also DNS) Hyphen in hostname is not affected by this, just group names since they are variables. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google

Re: [ansible-devel] Re: shippable failed due to non-replicated code. How can I force re-check ?

2019-07-16 Thread Kai Stian Olstad
p3GCag/YCMshG6kAwAJ -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. To view

Re: [ansible-devel] host unreachable

2018-11-14 Thread Kai Stian Olstad
; echo ansible-tmp-1542219116.25-109169561163325="` echo ~/.ansible/tmp/ansible-tmp-1542219116.25-109169561163325 `" ), exited with result 1 TASK [group_by] *** ok: [a2] => { "add_group": "rechable_hosts", "changed&q

Re: [ansible-devel] host unreachable

2018-11-14 Thread Kai Stian Olstad
o be running Ansible at > that moment. This will run on the first host in the list(host2) if it reachable if not it will run on the second host(host1) Not pretty but should work. --- - hosts: - host2 - host1 gather_facts: no serial: 1 ignore_unreachable: true tasks: - ping:

Re: [ansible-devel] Ansible module to seach aws cloud watch logs

2018-10-17 Thread Kai Stian Olstad
.html How to request a feature you'll find here https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html#requesting-a-feature -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Development" group.

Re: [ansible-devel] Variable values not being passed to script inside ansible commandline

2018-09-22 Thread Kai Stian Olstad
ote box using script module with parameters Why do you spam the developer list with user question? You have already posted to the user list so this is simply unnecessary behaviour. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Develop

Re: [ansible-devel] Re: Where to put module guides

2018-08-30 Thread Kai Stian Olstad
at adds a guide for using expect under > scenario_guides - if the content fits better elsewhere, we can discuss > moving it once it's written. Thanks Alicia, I'll start on a PR and we'll see where it end up. -- Kai Stian Olstad -- You received this message because you are subscribed

[ansible-devel] Where to put module guides

2018-08-29 Thread Kai Stian Olstad
/ansible/latest/scenario_guides/guides.html Would that be a OK place for a expect module guide? Or is it more suitable some other place? [1] https://docs.ansible.com/ansible/latest/modules/expect_module.html -- Kai Stian Olstad -- You received this message because you are subscribed to the Google

Re: [ansible-devel] Restoring an ansible backup file

2018-08-16 Thread Kai Stian Olstad
owner: me >group: me >remote_src: yes > when: fallback == "true" src doesn't take a list so you need to choose one of the element in the list, to take the first you need src: "{{(myfile.files|map(attribute='path')|list)[0]}}" Bu

Re: [ansible-devel] new developer: make deb

2018-03-08 Thread Kai Stian Olstad
to check the line Build-Depends: in file packaging/debian/control and install the requirement listed there. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop re

Re: [ansible-devel] Re: When statements with Jinja2 templating delimiters

2017-05-27 Thread Kai Stian Olstad
On 27. mai 2017 13:40, Jörg Kastning wrote: Am Freitag, 26. Mai 2017 18:12:43 UTC+2 schrieb Kai Stian Olstad: In your case you need to do what the warning says, remove the "{{ and the }}" and the warning will be gone. when: ("Complete!" in yum_ou

Re: [ansible-devel] Re: When statements with Jinja2 templating delimiters

2017-05-26 Thread Kai Stian Olstad
{{ and the }}" and the warning will be gone. when: ("Complete!" in yum_output.stdout_lines[-1]) or ("Komplett!" in yum_output.stdout_lines[-1]) -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Dev

Re: [ansible-devel] Re: Playbook help - syntax

2016-05-25 Thread Kai Stian Olstad
tps://support.ansible.com/hc/en-us/articles/201957837-How-do-I-split-an-action-into-a-multi-line-format- -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails