Files
ansible-role-networking/meta/main.yml
Markus Pesch fcd61651c1
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 31s
Lint Markdown files / markdown-lint (push) Successful in 11s
fix(ansible-galaxy): remove namespace
2025-08-06 11:39:28 +02:00

25 lines
459 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: "Ubuntu"
versions:
- all
- name: "Fedora"
versions:
- "35"
# galaxy_tags:
# - systemd-networkd
# - wiregurd
# - resolvectl
dependencies: []