From a86693820747ee8db86644ca29353853d57cdf8d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 6 Sep 2021 21:07:10 +0100 Subject: [PATCH] Fix hostname of restic server --- ansible/group_vars/all/pve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/pve.yml b/ansible/group_vars/all/pve.yml index 01d41d6..7cbd82c 100644 --- a/ansible/group_vars/all/pve.yml +++ b/ansible/group_vars/all/pve.yml @@ -3,7 +3,7 @@ pve_hosts: pve: ip: 10.23.1.1 external_ip: 192.168.2.200 - restic: + pve_restic: ip: 10.23.1.11 forrest: ip: 10.23.1.13