blob: 3327541d284ba11572f1e4d8e5648d9970ccf7ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
dependencies:
# These dependencies are used in the install/uninstall script
- role: "bash"
- role: "systemd"
- role: "sudo"
- role: "curl"
- role: "acl"
galaxy_info:
author: "a14m"
description: "Install and configure wg-portal VPN web interface manager"
license: "MIT"
min_ansible_version: "2.18"
platforms:
- name: "ArchLinux"
versions:
- "all"
- name: "Ubuntu"
versions:
- "noble"
- name: "Debian"
versions:
- "bookworm"
|