initial commit

This commit is contained in:
Riedel
2026-08-19 09:51:43 +02:00
commit d777c1e975
79 changed files with 2263 additions and 0 deletions

7
requirements.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# Install with: ansible-galaxy collection install -r requirements.yml
collections:
- name: ansible.posix
version: ">=1.5.0"
- name: community.general
version: ">=8.0.0"