From 4a722374a8561d301c82839dca0ab2f812f55b07 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Jan 2024 02:35:15 +0930 Subject: [PATCH] docs: update to current structure !184 --- .../{ => ansible}/execution_environment/index.md | 4 ++-- docs/projects/{ansible-roles => ansible}/index.md | 0 .../{ansible_playbooks => ansible/playbooks}/index.md | 0 docs/projects/ansible/roles/index.md | 0 mkdocs.yml | 11 +++++++++-- 5 files changed, 11 insertions(+), 4 deletions(-) rename docs/projects/{ => ansible}/execution_environment/index.md (96%) rename docs/projects/{ansible-roles => ansible}/index.md (100%) rename docs/projects/{ansible_playbooks => ansible/playbooks}/index.md (100%) create mode 100644 docs/projects/ansible/roles/index.md diff --git a/docs/projects/execution_environment/index.md b/docs/projects/ansible/execution_environment/index.md similarity index 96% rename from docs/projects/execution_environment/index.md rename to docs/projects/ansible/execution_environment/index.md index 9a162ae..c5c9777 100644 --- a/docs/projects/execution_environment/index.md +++ b/docs/projects/ansible/execution_environment/index.md @@ -8,9 +8,9 @@ about: https://gitlab.com/nofusscomputing/projects/ansible/execution_environment This docker container is designed to be used with Ansible AWX/Tower or from within the Gitlab CI/CD Environment. Included in the container are the following projects from us: -- [Ansible Playbooks](../ansible_playbooks/index.md) +- [Ansible Playbooks](../playbooks/index.md) -- [Ansible Roles](../ansible-roles/index.md) +- [Ansible Roles](../roles/index.md) This container can be found at dockerhub at and for use from docker with `docker pull nofusscomputing/ansible-ee`. versioning and git tags are in accordance with semver. diff --git a/docs/projects/ansible-roles/index.md b/docs/projects/ansible/index.md similarity index 100% rename from docs/projects/ansible-roles/index.md rename to docs/projects/ansible/index.md diff --git a/docs/projects/ansible_playbooks/index.md b/docs/projects/ansible/playbooks/index.md similarity index 100% rename from docs/projects/ansible_playbooks/index.md rename to docs/projects/ansible/playbooks/index.md diff --git a/docs/projects/ansible/roles/index.md b/docs/projects/ansible/roles/index.md new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml index d0d7fb0..100dc4f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,11 +17,18 @@ nav: - projects/index.md - - Ansible Roles: + - Ansible: + + - projects/ansible/index.md - Execution Environment: - - projects/execution_environment/index.md + - projects/ansible/execution_environment/index.md + + - Playbooks: projects/ansible/playbooks/index.md + + - Roles: projects/ansible/roles/index.md + - Operations: