Results 84 issues of Brian Scholer

##### SUMMARY #223 introduces a doc fragment `wrapping.py` for the `wrap_ttl` option. This option and the resulting functionality should be added to any plugins and modules where it could be...

enhancement

##### SUMMARY I was thinking about how to prevent #251 in the future, and maybe trying to add tests for modules to ensure that they are in the action group....

tests

##### SUMMARY The `hashi_vault` lookup takes several parameters via environment variables, and recently, some via INI (`ansible.cfg`) as well. Most of the original vars were intended to re-use [vars that...

##### SUMMARY I want to ensure this collection supports EE usage as much as possible. We have a very simple/naive ansible-builder workflow, maybe we can do more. See also: -...

enhancement

##### SUMMARY Generating coverage reports sometimes shows messages like this: > WARNING: Ignored 92694 characters from 208 invalid coverage path(s). I'm not sure what it means. Will need to run...

bug
ci

##### SUMMARY https://www.vaultproject.io/docs/enterprise/consistency#mitigations This can happen in Vault performance standby mode where you do a login for example, and then do a subsequent request with the resulting token, and that...

enhancement

##### SUMMARY As suggested in: https://github.com/ansible-collections/community.hashi_vault/pull/128/files#r696697212 The collection has a fair amount of unit tests (and growing) and it would be good to catch issues and try to enforce some...

tests
ci

I was attempting to bootstrap a non-Ansible project, by copying my config from a collection and modifying a few things. I forgot to add `is_other_project` and tried to generate the...

**Describe the bug** I have an `if` in my workflow that looks like this: ```yaml if: "!startsWith(matrix.os, 'ubuntu-')" ``` The conditional is quoted because `!` has meaning in YAML to...

bug

This is kind of a half-baked idea, but monkeyble seems uniquely positioned to generate a flow chart of a play/playbook/role, which could be a really nice addition to role documentation...