init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
6
ansible/roles/wireguard/tasks/install-wireguard.yml
Normal file
6
ansible/roles/wireguard/tasks/install-wireguard.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
-
|
||||
name: Install WireGuard packages
|
||||
package:
|
||||
name: "{{ wg_packages }}"
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue