ansible-bender icon indicating copy to clipboard operation
ansible-bender copied to clipboard

ansible-playbook + buildah = a sweet container image

Results 52 ansible-bender issues
Sort by recently updated
recently updated
newest added

This PR adds two new options so that users can pass additional arguments to `buildah run` and `podman run` commands. cc @rafmagns-skepa-dreag

I'm trying to run ansible-bender on a remote SSH host found in my inventory. I have tried passing the custom inventory file as an additional argument to ansible-bender: ``` ansible-bender...

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies
python

I'm using AlmaLinux 8.6 and ansible-bender 0.9.0. If I install ansible it needs python 3.8 since it provides ansible-core-2.12.2. But there is no python38-libsselinux package for python 3.8, an according...

blocks indefinitely until a timeout is reached, which can be hours use https://tmt.readthedocs.io/en/stable/spec/tests.html#duration alternatively, invoke the command with a timeout and retry several times

``` # callback_whitelist got renamed to callbacks_enabled in ansible # drop callback_whitelist once 2.15 is released ``` > Do we have a task/issue for this? Could be useful, as at...

It's been more than a year, let's do a new upstream release. At minimum I want to merge https://github.com/ansible-community/ansible-bender/pull/269 Let me know what else should be in there

I've aquired quite a few failed builds, but I can't find how to remove them anywhere in the documentation. So far I've tried: ``` for item in $(sudo ansible-bender list-builds...

enhancement

Hi, I'm using set_fact in a couple of places, e.g. below to get the 'real' hostname to send collectd data to grafana for the host with its real name. That...

bug

New to ansible-bender, was trying to create a custom awx_task/awx_web container using ansible-bender host os: ubuntu Default installation: haven't changed any config Am I seeing the following error message, since...

bug