Markus Pesch f7a1610550
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 1m11s
Lint Markdown files / markdown-lint (push) Successful in 15s
style: use quotation marks for the name of an action
2025-04-18 11:56:28 +02:00

26 lines
487 B
YAML

galaxy_info:
namespace: volker_raschek
role_name: networking
author: Markus Pesch
description: Role to configure network interfaces via systemd on different distributions
company: Cryptic Systems
license: MIT
min_ansible_version: "2.9"
platforms:
- name: "ArchLinux"
versions:
- all
- name: "Ubuntu"
versions:
- all
- name: "Fedora"
versions:
- "35"
# galaxy_tags:
# - systemd-networkd
# - wiregurd
# - resolvectl
dependencies: []