Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -1,6 +1,6 @@
# Custom Modules (`library/`) for CyMaIS
# Custom Modules (`library/`) for Infinito.Nexus
This directory contains **custom Ansible modules** developed specifically for the CyMaIS project.
This directory contains **custom Ansible modules** developed specifically for the Infinito.Nexus project.
## When to Use the `library/` Directory
@@ -21,8 +21,8 @@ This directory contains **custom Ansible modules** developed specifically for th
In your playbook, call your custom module as you would any other Ansible module:
```yaml
- name: Use custom CyMaIS module
cymais_my_custom_module:
- name: Use custom Infinito.Nexus module
infinito_my_custom_module:
option1: value1
option2: value2
````