Re: [ansible-devel] Ansible-lint - Ensure encrytion of Vault Files *vault.yml or *vault.yaml

2020-05-13 Thread Andrew Gaffney
There is no such thing as an "unencrypted ansible-vault file". Ansible does not enforce any naming conventions on vars files, vault-encrypted or otherwise. On Wed, May 13, 2020 at 11:22 AM j1f0x wrote: > It would be nice to have an ansible-lint check that raise an error if > unencrypted

Re: [ansible-devel] Stuck pull request due to Shippable failure

2019-05-15 Thread Andrew Gaffney
I restarted the failed Shippable tests. In the future, you can come by the #ansible-devel channel on IRC and ask for someone to do this, or you can close/reopen your PR to trigger a full rebuild. Andrew Gaffney agaffney.org On Wed, May 15, 2019 at 11:08 AM Vadim Raskhozhev wrote: > He

Re: [ansible-devel] Ansible having an issue when we pass dictionary as extra variable on centos machine

2019-04-09 Thread Andrew Gaffney
ot;MICROSERVICE_NAMES":["processor-create","processor-update"]}' '--extra-vars={"MICROSERVICE_ENV_MAP":{}}' -m debug -a var=MICROSERVICE_ENV_MAP localhost | SUCCESS => { "MICROSERVICE_ENV_MAP": {} } Andrew Gaffney agaffney.org On Tue, Apr 9, 2019 at 3:34 PM Krishna

Re: [ansible-devel] Openshift cluster management

2019-03-16 Thread Andrew Gaffney
This mailing list is for the development of Ansible itself. You should use the ansible-project mailing list or the #ansible IRC channel to ask this type of question. On Fri, Mar 15, 2019 at 10:26 PM wrote: > My ansible knowledge is very limited. I would like to get some expert > suggestions

Re: [ansible-devel] Multipath: what is the meaning of the information contained variable "facter_multipath_status" ?

2019-01-08 Thread Andrew Gaffney
The implication of this output coming from facter is that you need to go look at facter to see what the content means. This tool is not part of the Ansible ecosystem, so we can't really tell you what it means. Andrew Gaffney agaffney.org On Tue, Jan 8, 2019 at 1:57 PM Will O. wrote: >

Re: [ansible-devel] Multipath: what is the meaning of the information contained variable "facter_multipath_status" ?

2019-01-08 Thread Andrew Gaffney
A fact var prefixed with "facter_" comes from the external tool "facter", which is part of (sort of) puppet. Ansible will just run the tool if it's installed. Andrew Gaffney agaffney.org On Tue, Jan 8, 2019 at 1:36 PM Will O. wrote: > When I run "ansible all

Re: [ansible-devel] GitHub bugs not being resolved

2018-11-05 Thread Andrew Gaffney
(as well as volunteer community members). Andrew Gaffney agaffney.org On Mon, Nov 5, 2018 at 11:35 AM rex wrote: > I posted an Ansible bug on GitHub a year ago and still have not seen > anyone provide a resolution aside from acknowledging an issue exists. Since > Ansible seems to be rele

Re: [ansible-devel] Re: Package Installation Without Dependencies

2018-09-05 Thread Andrew Gaffney
The 'zypper' module has 'extra_args' and 'extra_args_precommand' params (since 2.4 and 2.6, respectively), which allow you to pass whatever arbitrary arguments that you want to zypper when installing a package. https://docs.ansible.com/ansible/latest/modules/zypper_module.html#parameters Andrew

Re: [ansible-devel] Ansible Tower Windows SSH Support

2018-09-04 Thread Andrew Gaffney
/windows_faq.html#can-i-connect-over-ssh Andrew Gaffney agaffney.org On Tue, Sep 4, 2018 at 1:32 PM RajaGopalan Shanmugavelan < rajagopalan.shanmugave...@gmail.com> wrote: > When would we have SSH Support for Windows instead WinRM , WinRM is not > allowed in our enterprise. > > Th

Re: [ansible-devel] Move messages from error queue to parent queue in Redhat Active MQ via ansible script

2018-08-20 Thread Andrew Gaffney
This mailing list is for discussion of development of Ansible itself. Your question is better asked on the ansible-project mailing list or the #ansible IRC channel. Andrew Gaffney agaffney.org On Mon, Aug 20, 2018 at 11:33 AM, Pradeep Drall wrote: > Hi, > > I would like to move mess

Re: [ansible-devel] access Splunk alerts through ansible

2018-08-20 Thread Andrew Gaffney
This mailing list is for discussion of development of Ansible itself. Your question is better asked on the ansible-project mailing list or the #ansible IRC channel. Andrew Gaffney agaffney.org On Mon, Aug 20, 2018 at 11:37 AM, Pradeep Drall wrote: > I would like to access Splunk alerts thro

Re: [ansible-devel] Explicit Include Attribute Inheritance

2018-05-23 Thread Andrew Gaffney
Both of these just seem to be syntactic sugar that's equivalent to using 'block' yourself and don't seem to add much of anything. There should probably be a third option on the form for people that don't think that either implementation is a good idea. Andrew Gaffney agaffney.org On Wed, May 23

Re: [ansible-devel] include_vars: Option for preserving existing variables from being overwritten

2018-04-13 Thread Andrew Gaffney
You can pass the path to a YAML file to -e/--extra-vars, which allows them to keep their configuration within a separate file. --extra-vars @path/to/file.yml Andrew Gaffney agaffney.org On Fri, Apr 13, 2018 at 4:14 AM, <patrick.f...@atos.net> wrote: > I think extra_vars is not a

Re: [ansible-devel] Passing variables in roles

2018-04-04 Thread Andrew Gaffney
This question would be better asked on the ansible-project mailing list or in the #ansible IRC channel. This mailing list is for discussion about development of Ansible itself, and you won't get a lot of meaningful answers for general usage questions. Andrew Gaffney On Wed, Apr 4, 2018 at 5:35

[ansible-devel] Seeking feedback on a PR for a new feature

2018-03-29 Thread Andrew Gaffney
[2] https://github.com/ansible/proposals/issues/81 Andrew Gaffney agaffney.org -- 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-deve