add data server

This commit is contained in:
pizzaniels 2023-01-11 20:04:31 +01:00
parent 2895d00e60
commit 812ba00884
20 changed files with 51 additions and 21 deletions
inventory

View file

@ -0,0 +1,2 @@
borg_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBTag7YToG5W+H2kEUz40kOH+7cs0Lp3owFFKkmHBiWM root@max"
backup_location: "/root/homeserver_backup"

View file

@ -1,7 +1,12 @@
all:
children:
homeservers:
homeserver:
hosts:
max:
ansible_user: root
ansible_host: max.lan
dataserver:
hosts:
lewis:
ansible_user: root
ansible_host: lewis.lan