ansible-role-networking/meta/main.yml

25 lines
453 B
YAML
Raw Permalink Normal View History

2022-03-18 13:27:26 +00:00
galaxy_info:
2022-04-18 12:39:21 +00:00
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"
2022-03-18 13:27:26 +00:00
2023-02-08 17:24:09 +00:00
# galaxy_tags:
# - systemd-networkd
# - wiregurd
# - resolvectl
2022-03-18 13:27:26 +00:00
dependencies: []