feat(plugin): Centurion ERP inventory plugin

!2 closes #3
This commit is contained in:
2024-07-31 14:51:07 +09:30
parent b8e42dab92
commit fab650bd66
10 changed files with 165 additions and 2 deletions

View File

@ -11,7 +11,6 @@ about: https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernete
![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic)
![Gitlab build status - stable](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fpipelines%3Fref%3Dmaster&logo=gitlab&style=plastic) ![Gitlab build status - development](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fpipelines%3Fref%3Ddevelopment&logo=gitlab&style=plastic)
@ -21,4 +20,9 @@ about: https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernete
</span>
This Ansible Collection is intended to compliement Centurion ERP.
This Ansible Collection is intended to compliement [Centurion ERP](../../../centurion_erp/index.md).
## Features
- [Inventory plugin](./plugins/inventory.md)

View File

@ -0,0 +1,11 @@
---
title: Plugins
description: No Fuss Computings Companion Ansible Collection Centurion Plugins.
date: 2024-07-31
template: project.html
about: https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes
---
Available plugins include:
- [Inventory](./inventory.md)

View File

@ -0,0 +1,9 @@
---
title: Inventory
description: No Fuss Computings Companion Ansible Collection Centurion Inventory Plugin.
date: 2024-07-31
template: project.html
about: https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes
---
This inventory plugin obtains the data required from [Centurion ERP](../../../../centurion_erp/index.md) to build up an ansible inventory for all devices.

View File