initial commit

This commit is contained in:
2026-06-17 14:08:04 +02:00
commit 04e38f42b5
11 changed files with 193 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
## roles/base/defaults/main.yml
base_timezone: "Europe/Zurich"
base_packages:
- curl
- git
- htop
- rsync
- unzip
- unattended-upgrades
# - acl ## needed for Ansible to become unprivileged user
# - python3-pip
# - wget