feat(docs): added docs

!1
This commit is contained in:
2023-07-28 14:49:36 +09:30
parent 62081982e8
commit 1c78ec036c
9 changed files with 61 additions and 0 deletions

4
.gitmodules vendored
View File

@ -2,3 +2,7 @@
path = gitlab-ci
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
branch = development
[submodule "website-template"]
path = website-template
url = https://gitlab.com/nofusscomputing/infrastructure/website-template.git
branch = development

0
docs/articles/index.md Normal file
View File

0
docs/contact.md Normal file
View File

0
docs/index.md Normal file
View File

0
docs/operations/index.md Normal file
View File

0
docs/projects/index.md Normal file
View File

View File

@ -0,0 +1,25 @@
---
title: Ansible Role nfc_glpi
description: How to use No Fuss Computings Ansible role to manage GLPI from configuration as code.
date: 2023-07-28
template: project.html
about: https://gitlab.com/nofusscomputing/projects/ansible/nfc_glpi
---
This Ansible role is designed to manage GLPI specifically installation and configuration.
## Features
- install GLPI using our [docker container](https://gitlab.com/nofusscomputing/projects/docker-glpi)
## Default Variables
Here's an example playbook that demonstrates how to use the `docker_management` role:
```yaml title="defaults/main.yaml" linenums="1
--8<-- "defaults/main.yaml"
```

31
mkdocs.yml Normal file
View File

@ -0,0 +1,31 @@
INHERIT: website-template/mkdocs.yml
docs_dir: 'docs'
repo_name: Docker Management
repo_url: https://gitlab.com/nofusscomputing/projects/ansible/nfc_glpi
edit_uri: '/-/ide/project/nofusscomputing/projects/ansible/nfc_glpi/edit/development/-/docs/'
nav:
- Home: index.md
- Articles:
- articles/index.md
- Projects:
- projects/index.md
- Ansible Roles:
- GLPI:
- projects/nfc_glpi/index.md
- Operations:
- operations/index.md
- Contact Us: contact.md

1
website-template Submodule

Submodule website-template added at 992b54805b