ansible-bender
ansible-bender copied to clipboard
Add Tutorial
I discovered ansible-bender
today but I don't have any clue to how to get started.
+1, we need better docs and definitely a guide/tutorial.
I'd love to have a standalone read-the-docs style of documentation but won't have time to work on this in coming weeks.
I would love to collaborate if you can point me to some docker image and its ansible that you have created in the past
First of all, ansible-bender does not create docker images out of the box now: it uses buildah to create container images.
There is a ton of examples in this repo, e.g. here is how to create a container image for bender himself:
- https://github.com/ansible-community/ansible-bender/blob/master/recipe.yml
- and a corresponding make rule: https://github.com/ansible-community/ansible-bender/blob/master/Makefile#L9
+1, we need better docs and definitely a guide/tutorial.
I'd love to have a standalone read-the-docs style of documentation but won't have time to work on this in the coming weeks.
@TomasTomecek I would like to shift ab docs to read-the-docs, please let me know if I can take up this?
@kmehant yup, read the docs would be the best!