mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 09:11:09 +02:00
24 lines
801 B
YAML
24 lines
801 B
YAML
|
|
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)"
|
|
license_url: "https://s.veen.world/cncl"
|
|
company: |
|
|
Kevin Veen-Birkenbach
|
|
Consulting & Coaching Solutions
|
|
https://www.veen.world
|
|
galaxy_tags:
|
|
- cymais
|
|
- cli
|
|
- management
|
|
- automation
|
|
repository: "https://github.com/kevinveenbirkenbach/cymais"
|
|
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
|
|
documentation: "https://github.com/kevinveenbirkenbach/cymais/"
|
|
logo:
|
|
class: "fa-solid fa-terminal"
|
|
run_after: []
|
|
dependencies:
|
|
- dev-yay |