mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 08:41:11 +02:00
24 lines
815 B
YAML
24 lines
815 B
YAML
---
|
|
galaxy_info:
|
|
author: "Kevin Veen-Birchenbach"
|
|
description: "Installs and configures VirtualBox and its kernel modules on Pacman-based systems, including extension packs and user group setup."
|
|
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:
|
|
- virtualbox
|
|
- virtualization
|
|
- kernel-modules
|
|
repository: "https://github.com/kevinveenbirkenbach/cymais"
|
|
issue_tracker_url: "https://github.com/kevinveenbirkenbach/cymais/issues"
|
|
documentation: "https://github.com/kevinveenbirkenbach/cymais/tree/main/roles/desk-virtual-box"
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Archlinux
|
|
versions:
|
|
- all
|
|
dependencies: []
|