mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved wiregiard bug
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
group: root
|
||||
notify: reload sysctl configuration
|
||||
|
||||
- name: create /etc/wireguard/wg0.conf
|
||||
- name: create /etc/wireguard/wg0.cymais.conf
|
||||
copy:
|
||||
src: "{{ inventory_dir }}/files/{{ inventory_hostname }}/etc/wireguard/wg0.conf"
|
||||
dest: /etc/wireguard/wg0.conf
|
||||
dest: /etc/wireguard/wg0.cymais.conf
|
||||
owner: root
|
||||
group: root
|
||||
notify: restart wireguard
|
Reference in New Issue
Block a user