Sign inSign up

joelnb/ansible-docs

By joelnb

Updated almost 5 years ago

Serve a local copy of the Ansible documentation site

Image
0

1.1K

joelnb/ansible-docs repository overview

Ansible Documentation

Server a local copy of the ansible documentation site from a Docker container.

Building

To select a version of ansible to build documentation for you should set the ANSIBLE_VERSION build argument to a valid tag/branch in the ansible git repo. An example command to build the docs for version 2.4.0 is:

docker build --build-arg ANSIBLE_VERSION=v2.4.0.0-1 -t joelnb/ansible-docs:local ansible-docs

Tag summary

Content type

Image

Digest

Size

82.2 MB

Last updated

almost 5 years ago

docker pull joelnb/ansible-docs