Files
ansible-role-networking/meta/main.yml
Markus Pesch e12087c54e
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 14s
Ansible Linter / ansible-lint (push) Failing after 45s
fix(ansible-galaxy): adapt list of supported platforms
2025-08-06 11:44:57 +02:00

28 lines
489 B
YAML

galaxy_info:
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: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
# galaxy_tags:
# - systemd-networkd
# - wiregurd
# - resolvectl
dependencies: []