Alan Rominger
Alan Rominger
Once this makes its way into RHEL: https://github.com/containers/podman/pull/11205 Then we can refactor how `verify_ssl` inside of `container_auth_data` is handled. This is implemented in https://github.com/ansible/ansible-runner/pull/829, and uses the config file mentioned...
The standard out callback for this project is extremely old, and has not been updated to changes that Ansible content have been adoption elsewhere. **Proposal:** Place the `awx_display` (and minimal)...
Run a job with `"ANSIBLE_DEBUG": 1` within the environment variables you give it. Then it will output a `collections.json` file that looks something like this: ``` 18 1618853453.51286: starting run...
See https://github.com/ansible/awx/issues/5283 This issue is for developing something on the runner side which does this.
https://github.com/ansible-collections/community.kubernetes/blob/main/bindep.txt We wan to change this to use the `epel` bindep profile instead, possibly like: ``` kubernetes-client [epel platform:rpm] ```
This is triggering a Django warning > RemovedInDjango51Warning: 'index_together' is deprecated. Use 'Meta.indexes' in 'taggit.TaggedItem' instead. This updates the `index_together` use to resolve this, hopefully painlessly.
Opened corresponding issue inside of AWX project https://github.com/ansible/awx/issues/41 The ask is to have a configuration option to apply this callback to all runs on the system, instead of a playbook/project...