Initial COmmit
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 14s
Ansible Linter / ansible-lint (push) Successful in 1m5s

This commit is contained in:
2025-04-28 11:28:52 +02:00
commit 08cd2799ce
16 changed files with 452 additions and 0 deletions

23
meta/main.yml Normal file
View File

@ -0,0 +1,23 @@
galaxy_info:
namespace: volker_raschek
role_name: "root"
author: "Markus Pesch"
description: Role to configure root
company: Cryptic Systems
license: MIT
min_ansible_version: "2.9"
platforms:
- name: ArchLinux
versions:
- all
- name: Ubuntu
versions:
- all
- name: Fedora
versions:
- "35"
galaxy_tags:
- root
dependencies: []