Adding matej-server, Fixing key/pub var in wireguardclient.yml

This commit is contained in:
warezjoe
2026-04-15 19:39:02 +02:00
parent b8d5b7f010
commit 1a32380c57
3 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ photoprism
gemini
openclaw
proxy-clean
matej-server
[temp]
ollama

View File

@@ -1,5 +1,5 @@
- name: lxc-init
hosts: proxy-new
hosts: matej-server
#become: true
vars_files:
- vault.yml

View File

@@ -17,4 +17,4 @@
vars:
# Pass the required variables to the role
IP: "{{ lookup('vars', 'wireguard-client')[user]['ip'] }}"
priv: "{{ lookup('vars', 'wireguard-client-vault')[user]['pub'] }}"
priv: "{{ lookup('vars', 'wireguard-client-vault')[user]['key'] }}"