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