This website requires JavaScript.
Explore
Help
Sign In
PiFrame
/
ansible-role-wireguard
Archived
Watch
1
Star
0
Fork
You've already forked ansible-role-wireguard
0
Code
Pull requests
Releases
Activity
This repository has been archived on
2020-08-04
. You can view files and clone it, but cannot push or open issues or pull requests.
f97210d2ad
ansible-role-wireguard
/
handlers
/
main.yml
6 lines
109 B
YAML
Raw
Normal View
History
Unescape
Escape
Inital implementation (#1) * initial implementation - part 1 * first working version * add handler * separate includes for Debian based and Archlinux OS * refactor * update * add meta tag * added ArchLinux to galaxy meta info * rename file / add more Wiregurad config options * fix typo * update README * update README * fixed typos * update README / variable rename: wireguard_ip -> wireguard_address
2018-08-12 20:21:45 +00:00
---
-
name
:
restart wireguard
service
:
make Ansible linter happy
2019-01-07 21:56:20 +00:00
name
:
"wg-quick@{{ wireguard_interface }}"
Inital implementation (#1) * initial implementation - part 1 * first working version * add handler * separate includes for Debian based and Archlinux OS * refactor * update * add meta tag * added ArchLinux to galaxy meta info * rename file / add more Wiregurad config options * fix typo * update README * update README * fixed typos * update README / variable rename: wireguard_ip -> wireguard_address
2018-08-12 20:21:45 +00:00
state
:
restarted
Copy permalink