4
.gitmodules
vendored
4
.gitmodules
vendored
@ -2,3 +2,7 @@
|
|||||||
path = gitlab-ci
|
path = gitlab-ci
|
||||||
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
|
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
|
||||||
branch = development
|
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
0
docs/articles/index.md
Normal file
0
docs/contact.md
Normal file
0
docs/contact.md
Normal file
0
docs/index.md
Normal file
0
docs/index.md
Normal file
0
docs/operations/index.md
Normal file
0
docs/operations/index.md
Normal file
0
docs/projects/index.md
Normal file
0
docs/projects/index.md
Normal file
25
docs/projects/nfc_glpi/index.md
Normal file
25
docs/projects/nfc_glpi/index.md
Normal 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
31
mkdocs.yml
Normal 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
1
website-template
Submodule
Submodule website-template added at 992b54805b
Reference in New Issue
Block a user