initial commit
This commit is contained in:
commit
43e8780420
7 changed files with 62 additions and 0 deletions
11
tasks/main.yml
Normal file
11
tasks/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- name: install wireguard
|
||||
package:
|
||||
name:
|
||||
- wireguard
|
||||
- wireguard-tools
|
||||
|
||||
- name: handle a wireguard network
|
||||
include_tasks: net.yml
|
||||
loop: "{{ wireguard.connections|dict2items }}"
|
||||
loop_control:
|
||||
loop_var: conn
|
||||
Loading…
Add table
Add a link
Reference in a new issue