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

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"
```