Add inventory files and group_vars for debian, external and home

This commit is contained in:
DerLinkman
2026-07-18 00:07:42 +02:00
parent 194fcb9ad9
commit d2e8ce40d0
6 changed files with 87 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Standardwerte, die überschrieben werden können
os_update_auto_upgrade: true
os_also_update_mirror: false
os_update_mirrors:
# Role needs two mirros to use for the sources.list.j2 Template
- "http://deb.debian.org/debian" # Enter a main mirror here (not security)
- "http://security.debian.org/debian-security" # Enter a security mirror here
os_update_version_codename: "trixie" # KEEP UNTOUCHED!! | Used for jinja2 Template fill in as it determines the current codename of system where ansible is run on