Alan Rominger

Results 95 issues of Alan Rominger

We need an updated alternative for getting the data which was previously produced in the entrypoint here: https://github.com/ansible/ansible-runner/blob/c311e81f7d878e18bc564c9697f049de251d831f/utils/entrypoint.sh#L70-L73 that included files - `collections.json` - `ansible_version.txt` which were produced by the...

waiting_on_contributor

In AWX, we receive events from ansible-runner and save them to the database. When applicable, those events are linked to its corresponding `Host` record. This creates a problem because a...

waiting_on_contributor

From experience of keep alive messages, https://github.com/ansible/ansible-runner/pull/1191/, and motivated by the need for better logging (error reporting) from `ansible-runner worker`, https://github.com/ansible/awx/issues/12661, the idea is that we would like to establish...

Generally, ansible-runner will take a lot of different things from the `inventory` parameter. - A dict, which is the outright definition of an inventory - A list of strings that...

Demo in python console: ```python >>> import ansible_runner.interface >>> ansible_runner.interface.run(private_data_dir='demo', playbook='test.yml') [WARNING]: You are running the development version of Ansible. You should only run Ansible from "devel" if you are...

bug

wtih https://github.com/ansible/ansible/pull/76166, these configuration options were introduced: ``` export ANSIBLE_CALLBACK_RESULT_FORMAT=yaml export ANSIBLE_CALLBACK_FORMAT_PRETTY=1 ``` These do not work in ansible-runner because the callback does not extend the doc fragment for this....

Runner does several things that involve creating an ad-hoc temporary folder, and these are put into `/tmp`. AWX allows customizing the temporary directory location for the private_data_dir itself, but runner...

If using `process_isolation=True`, then the default behavior is to set `--workdir`, and the default location winds up being `/runner/project`. https://github.com/ansible/ansible-runner/blob/dcdb62daf668a31754fc6fbf73374e7d14d5f52c/ansible_runner/config/_base.py#L432 Consider running with `module="setup"` as opposed to playbook - running...

I want to use ansible-runner to run a playbook, which will involve using a valid private key to access the target inventory. Due to obvious security reasons, I want to...

enhancement

In AWX, if you run an inventory update with podman mis-configured, you can get this: ```json { "count": 25, "next": null, "previous": null, "results": [ { "id": 1, "type": "inventory_update_event",...

bug
needs_verified