Move variables to 1 place

Much easier to manage
This commit is contained in:
Jake Howard
2020-01-17 22:31:50 +00:00
parent 7b57e438c1
commit 78fa36f20a
11 changed files with 89 additions and 76 deletions

View File

@ -42,7 +42,7 @@
- name: Enable wireguard
service:
name: wg-quick@wg0
state: reloaded
state: restarted
enabled: true
when: wireguard_conf.changed
become: true