summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-27 00:33:35 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-27 00:34:50 +0200
commit27b34c0a674bdc63be340917d5aadb4952bd705a (patch)
tree8c1cda52afd8eb55f4f61e1f71e14e8b9871db1e /host_vars
parent3263296093c86aa2165777e74f7d28bfd442160f (diff)
Add restic role w/testing
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/desktop.local.yml.example1
-rw-r--r--host_vars/pve.local.ymlbin728 -> 754 bytes
-rw-r--r--host_vars/pve.local.yml.example2
3 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example
index ba2122ab..c1b4aff9 100644
--- a/host_vars/desktop.local.yml.example
+++ b/host_vars/desktop.local.yml.example
@@ -23,6 +23,7 @@ ansible_core_version: "2.20.1"
molecule_version: "25.9.0"
ansible_lint_version: "25.9.2"
yamllint_version: "1.37.1"
+restic_version: "0.19.0"
wireguard_connections:
wg-vpn1: |
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index 411f7c6e..d21e9240 100644
--- a/host_vars/pve.local.yml
+++ b/host_vars/pve.local.yml
Binary files differ
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example
index 0b211e4c..0e70d476 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -11,3 +11,5 @@ network_ipv4_dns: "10.0.0.254"
network_ipv6_address: "fd5c:fd8b:2b8c::253/64"
network_ipv6_gateway: "fd5c:fd8b:2b8c::254"
network_ipv6_dns: "fd5c:fd8b:2b8c::254"
+
+restic_version: "0.19.0"