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

Add Tutorial

Open sar009 opened this issue 5 years ago • 5 comments

I discovered ansible-bender today but I don't have any clue to how to get started.

sar009 avatar May 02 '19 13:05 sar009

+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.

TomasTomecek avatar May 03 '19 09:05 TomasTomecek

I would love to collaborate if you can point me to some docker image and its ansible that you have created in the past

sar009 avatar May 06 '19 11:05 sar009

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

TomasTomecek avatar May 14 '19 08:05 TomasTomecek

+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 avatar Dec 16 '19 03:12 kmehant

@kmehant yup, read the docs would be the best!

TomasTomecek avatar Jan 02 '20 10:01 TomasTomecek