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

2020-03-12 Thread Andrew Feller
I have to agree with Jörg as most of Ansible's customers are using products like Slack these days to participate on multiple workspaces already. But even if Ansible discussions were hosted there, there is the reality that most Ansible customers work the same long hours that Ansible employees

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

2020-03-12 Thread Andrew Feller
I'm all for dashes and want to see them preserved as a valid character; I also want to explicitly point out that dots / periods (.) are also a valid character as they have been long in things like hostnames and packages to delineate strata as much as accessing things. Outside of special cases

[ansible-devel] Re: New Ansible releases 2.9.7, 2.8.11, and 2.7.17

2020-04-17 Thread Andrew Feller
Very nice release notes, thanks for taking the time and posting here! On Thursday, April 16, 2020 at 11:11:21 PM UTC-4, Matt Clay wrote: > > Hi all- we're happy to announce that the general release of Ansible 2.9.7, > 2.8.11, and 2.7.17 are now available! > > > How do you get it? >

[ansible-devel] Re: unable to use ansible vault variable - fatal: [localhost]: FAILED! => {"msg": "Attempting to decrypt but no vault secrets found"}

2020-03-16 Thread Andrew Feller
This is likely because you aren't telling ansible that vaults are being used and should be decrypted . On Saturday, March 14, 2020 at 11:18:23 PM UTC-4, ANS-dev wrote: > > I have used

[ansible-devel] Strategies for handling redundant role dependencies in multiple roles

2020-03-30 Thread Andrew Feller
I'm looking for insights and strategies for dealing with Ansible roles specifying potentially different versions of the same dependencies, which are being downloaded via ansible-galaxy install . There are a couple of problems

[ansible-devel] Re: Ansible-Vault filter, module extensions

2020-05-04 Thread Andrew Feller
Interesting idea but I'd imagine going with a custom module instead of a filter plugin as you'd potentially want to store / update multiple variables within the vault. Some logistical questions to ask yourself in your implementation: 1. Does this module support vault ids? 2. Can the

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

2020-05-13 Thread Andrew Feller
Like Gaffney says, Ansible doesn't know or care about whether a file is a vault or not. This is something that has typically been punted to being solved at the SCM layer like git hooks to take your convention and looking to see if the first line of the