summaryrefslogtreecommitdiffstats
path: root/roles/wireguard/meta/main.yml
blob: b191ade01402c577a0a2dbf4a83b80e05cc0297e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
dependencies:
  - role: "systemd"
  - role: "sed"
galaxy_info:
  author: "a14m"
  description: "Install and configure WireGuard VPN connections"
  company: "kartoffeln.work GmbH."
  license: "MIT"
  min_ansible_version: "2.18"
  platforms:
    - name: "ArchLinux"
      versions:
        - "all"
    - name: "Ubuntu"
      versions:
        - "noble"
    - name: "Debian"
      versions:
        - "bookworm"