Serve a local copy of the Ansible documentation site
1.1K
Server a local copy of the ansible documentation site from a Docker container.
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
Content type
Image
Digest
Size
82.2 MB
Last updated
almost 5 years ago
docker pull joelnb/ansible-docs