mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# CyMaIS CLI
|
||||
# Infinito.Nexus CLI
|
||||
|
||||
This Ansible role installs and makes the CyMaIS CLI available on your system.
|
||||
This Ansible role installs and makes the Infinito.Nexus CLI available on your system.
|
||||
|
||||
## Description
|
||||
|
||||
After deploying this role, you will have access to the `cymais` command-line interface (CLI), which is the central tool for managing and operating all aspects of your CyMaIS environment.
|
||||
After deploying this role, you will have access to the `infinito` command-line interface (CLI), which is the central tool for managing and operating all aspects of your Infinito.Nexus environment.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -12,7 +12,7 @@ Once this role has been applied, you can run all CLI commands using:
|
||||
|
||||
```
|
||||
|
||||
cymais --help
|
||||
infinito --help
|
||||
|
||||
```
|
||||
|
||||
@@ -20,10 +20,10 @@ to get a list of available commands and options.
|
||||
|
||||
## Features
|
||||
|
||||
- Installs the CyMaIS CLI automatically
|
||||
- Installs the Infinito.Nexus CLI automatically
|
||||
- Ensures the CLI is available system-wide
|
||||
- All commands accessible via `cymais --help`
|
||||
- All commands accessible via `infinito --help`
|
||||
|
||||
## Further Resources
|
||||
|
||||
- [CyMaIS Documentation](https://github.com/kevinveenbirkenbach/cymais/)
|
||||
- [Infinito.Nexus Documentation](https://github.com/kevinveenbirkenbach/infinito-nexus/)
|
||||
|
@@ -2,21 +2,21 @@
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: >
|
||||
This role installs and provides the CyMaIS CLI, enabling you to manage your entire CyMaIS environment from the command line. After deployment, the `cymais` command is available.
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
This role installs and provides the Infinito.Nexus CLI, enabling you to manage your entire Infinito.Nexus environment from the command line. After deployment, the `infinito` command is available.
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- cymais
|
||||
- infinito
|
||||
- cli
|
||||
- management
|
||||
- automation
|
||||
repository: "https://github.com/kevinveenbirkenbach/cymais"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
|
||||
documentation: "https://github.com/kevinveenbirkenbach/cymais/"
|
||||
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
|
||||
documentation: "https://github.com/kevinveenbirkenbach/infinito-nexus/"
|
||||
logo:
|
||||
class: "fa-solid fa-terminal"
|
||||
run_after: []
|
||||
|
@@ -1,10 +1,10 @@
|
||||
- name: "pkgmgr install cymais"
|
||||
- name: "pkgmgr install infinito"
|
||||
include_role:
|
||||
name: pkgmgr-install
|
||||
vars:
|
||||
package_name: cymais
|
||||
package_name: infinito
|
||||
|
||||
- name: Get cymais base path
|
||||
command: pkgmgr path cymais
|
||||
register: cymais_path_cmd
|
||||
- name: Get infinito base path
|
||||
command: pkgmgr path infinito
|
||||
register: infinito_path_cmd
|
||||
changed_when: false
|
Reference in New Issue
Block a user