26 lines
487 B
YAML
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: []
|