Skip to content

TimGrt/Ansible-Best-Practices

Repository files navigation

Ansible-Best-Practices

Integration Deploy to Github pages & Container registry Zensical Badge

A collection of Best Practices for Ansible projects, published to Github pages and Github Container Registry.

Manual Deployment

If you want to deploy the Guide yourself, pull to Container image:

podman pull ghcr.io/timgrt/ansible-best-practices:latest

Start 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:latest

Manual build

The 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-guide

Development

We document our Coding Guidelines in the Contributing Guidelines, this document also includes instructions on how the setup a development environment.

About

MkDocs deployment of Ansible Best Practices

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5