Adding matej-server, Fixing key/pub var in wireguardclient.yml
This commit is contained in:
@@ -33,6 +33,7 @@ photoprism
|
||||
gemini
|
||||
openclaw
|
||||
proxy-clean
|
||||
matej-server
|
||||
|
||||
[temp]
|
||||
ollama
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- name: lxc-init
|
||||
hosts: proxy-new
|
||||
hosts: matej-server
|
||||
#become: true
|
||||
vars_files:
|
||||
- vault.yml
|
||||
|
||||
@@ -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'] }}"
|
||||
|
||||
Reference in New Issue
Block a user