docs: fix typo

!29 close #8
This commit is contained in:
2023-06-05 14:32:47 +09:30
parent f5c4b33c69
commit 56b6e304bb
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ variables:
DOCKER_IMAGE_PUBLISH_NAME: 'ansible-ee' DOCKER_IMAGE_PUBLISH_NAME: 'ansible-ee'
DOCKER_IMAGE_PUBLISH_REGISTRY: docker.io/nofusscomputing DOCKER_IMAGE_PUBLISH_REGISTRY: docker.io/nofusscomputing
DOCKER_IMAGE_PUBLISH_URL: https://hub.docker.com/r/nofusscomputing/$DOCKER_IMAGE_PUBLISH_NAME DOCKER_IMAGE_PUBLISH_URL: https://hub.docker.com/r/nofusscomputing/$DOCKER_IMAGE_PUBLISH_NAME
PAGES_ENVIRONMENT_PATH: projects/execution_environment/
include: include:
- project: nofusscomputing/projects/gitlab-ci - project: nofusscomputing/projects/gitlab-ci

View File

@ -21,7 +21,7 @@ The docker container is built from the python-slim image with a few extra items
Included features are only included if a role that we create requires it. Currently we use the pythonx.xx-{debian release} as abase image which makes available the debian packages should you require additional features/sofware not specified below. Included features are only included if a role that we create requires it. Currently we use the pythonx.xx-{debian release} as abase image which makes available the debian packages should you require additional features/sofware not specified below.
- custom [ansible.cfg](#ansible.cfg) - custom [ansible.cfg](#ansible%20config%20file)
- environmental variable `ANSIBLE_PLAYBOOK_DIR` set pointing to `/etc/ansible/playbooks`. - environmental variable `ANSIBLE_PLAYBOOK_DIR` set pointing to `/etc/ansible/playbooks`.
@ -66,7 +66,7 @@ We use the following tags for our docker containers
## Dockerfile ## Dockerfile
``` dockerfile title="dockerfile" linnums="1" ``` dockerfile title="dockerfile" linenums="1"
--8<-- "dockerfile" --8<-- "dockerfile"
@ -74,18 +74,18 @@ We use the following tags for our docker containers
This dockerfile is only used to build the python packages for cross platform compilation. This dockerfile is only used to build the python packages for cross platform compilation.
``` dockerfile title="dockerfile-build_cache" linnums="1" ``` dockerfile title="dockerfile-build_cache" linenums="1"
--8<-- "dockerfile-build_cache" --8<-- "dockerfile-build_cache"
``` ```
## ansible.cfg ## ansible config file
This ansible config file is included within this docker container. This ansible config file is included within this docker container.
``` dockerfile title="/etc/ansible/ansible.cfg" linnums="1" ``` ini title="/etc/ansible/ansible.cfg" linenums="1"
--8<-- "includes/etc/ansible/ansible.cfg" --8<-- "includes/etc/ansible/ansible.cfg"