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 gemini
openclaw openclaw
proxy-clean proxy-clean
matej-server
[temp] [temp]
ollama ollama

View File

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

View File

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