homeserver/roles/oefenweb.ufw/meta/main.yml

27 lines
480 B
YAML
Raw Normal View History

# meta file
2021-02-13 14:20:18 +01:00
---
galaxy_info:
namespace: oefenweb
2021-02-13 14:20:18 +01:00
role_name: ufw
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up ufw in Debian-like systems
license: MIT
min_ansible_version: 2.9.0
2021-02-13 14:20:18 +01:00
platforms:
- name: Ubuntu
versions:
- xenial
- bionic
- focal
2021-02-13 14:20:18 +01:00
- name: Debian
versions:
- jessie
- stretch
- buster
2021-02-13 14:20:18 +01:00
galaxy_tags:
- system
- networking
- firewall
dependencies: []