add data server
This commit is contained in:
parent
2895d00e60
commit
812ba00884
20 changed files with 51 additions and 21 deletions
2
inventory/group_vars/all.yml
Normal file
2
inventory/group_vars/all.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
borg_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBTag7YToG5W+H2kEUz40kOH+7cs0Lp3owFFKkmHBiWM root@max"
|
||||
backup_location: "/root/homeserver_backup"
|
|
@ -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
|
||||
|
|
Reference in a new issue