fix SSH_AUTH_SOCK in bashrc
This commit is contained in:
parent
04aba0d670
commit
1c9d92fa81
3 changed files with 2 additions and 2 deletions
|
@ -32,3 +32,4 @@
|
|||
- name: Copy keepassxc.bashrc
|
||||
copy:
|
||||
src: "{{ role_path }}/files/keepassxc.bashrc"
|
||||
dest: ~/.bashrc.d/keepassxc.bashrc
|
||||
|
|
|
@ -6,5 +6,5 @@ DNS=192.168.10.1
|
|||
[Peer]
|
||||
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
|
||||
PresharedKey={{ wg_preshared_key }}
|
||||
Endpoint=wg.geokunis2.nl:51820
|
||||
Endpoint=wg4.geokunis2.nl:51820
|
||||
AllowedIPs = 0.0.0.0/0, ::0/0
|
||||
|
|
Reference in a new issue