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: