A collection of Best Practices for Ansible projects, published to Github pages and Github Container Registry.
If you want to deploy the Guide yourself, pull to Container image:
podman pull ghcr.io/timgrt/ansible-best-practices:latestStart a container from the image, the webserver is available at Port 8080:
podman run -d -p 8080:8080/tcp --name best-practice-guide ghcr.io/timgrt/ansible-best-practices:latestThe project contains the source files for a Zensical project, a Containerfile is provided which bundles all requirements and displays the resulting content in a webserver.
Clone the project and change into the base directory, afterwards build the image:
podman build -t best-practice-guide .Start a container from the image, the webserver is available at Port 8080:
podman run -d -p 8080:8080/tcp --name ansible-guide best-practice-guideWe document our Coding Guidelines in the Contributing Guidelines, this document also includes instructions on how the setup a development environment.