diff --git a/roles/trixie_migration/vars/main.yml b/roles/trixie_migration/vars/main.yml deleted file mode 100644 index ce51648..0000000 --- a/roles/trixie_migration/vars/main.yml +++ /dev/null @@ -1,15 +0,0 @@ -# IP -dns_ip: "192.168.178.60" -nas_ip: "192.168.178.36" - -#Netzwerkverbindung -nm_connection_name: "netplan-wlan0-" -# 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" - -