vars/main.yml in main_template.yml umbenannt

SSID ist jetzt eine eigene Variable.
This commit is contained in:
Olli Graf
2026-01-02 09:50:00 +01:00
parent 9b51645989
commit f85a6e0bd7
4 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# IP
dns_ip: "192.168.178.60"
nas_ip: "192.168.178.36"
#Netzwerkverbindung
ap_ssid: "<ssid>"
nm_connection_name: "netplan-wlan0-{{ ap_ssid }}"
# Pfade
backup_base: /tank/trixie
backup_host_dir: "{{ backup_base }}/{{ inventory_hostname }}"
restore_home_src: "{{ backup_host_dir }}/home/pi"
restore_etc_src: "{{ backup_host_dir }}/etc"
packages_file: "{{ backup_host_dir }}/packages.yml"