Übernahme aus privaten Projekt.
This commit is contained in:
5
roles/trixie_migration/vars/backup-dirs.yml
Normal file
5
roles/trixie_migration/vars/backup-dirs.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
backupdirs:
|
||||
- /home
|
||||
- /etc
|
||||
- /opt
|
||||
|
||||
15
roles/trixie_migration/vars/main.yml
Normal file
15
roles/trixie_migration/vars/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# IP
|
||||
dns_ip: "192.168.178.60"
|
||||
nas_ip: "192.168.178.36"
|
||||
|
||||
#Netzwerkverbindung
|
||||
nm_connection_name: "netplan-wlan0-<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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user