8 lines
107 B
YAML
Executable File
8 lines
107 B
YAML
Executable File
---
|
|
- hosts: vpn-gateway
|
|
user: ubuntu
|
|
become: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- wireguard-gateway
|