diff options
Diffstat (limited to 'roles/wgnet/tasks')
-rw-r--r-- | roles/wgnet/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/wgnet/tasks/main.yml b/roles/wgnet/tasks/main.yml index c7ca9bb..04aeafc 100644 --- a/roles/wgnet/tasks/main.yml +++ b/roles/wgnet/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Configure WireGuard for wgnet +- name: Configure wireguard for wgnet ansible.builtin.template: src: templates/wgnet0.conf.j2 dest: /etc/wireguard/wgnet0.conf @@ -9,7 +9,7 @@ mode: u+rw,g-rw,o-rw notify: Reload wgnet -- name: Enable WireGuard service for wgnet +- name: Enable wireguard service for wgnet ansible.builtin.service: name: wg-quick@wgnet0 enabled: yes |