31 lines
498 B
YAML
31 lines
498 B
YAML
---
|
|
galaxy_info:
|
|
author: 'Oleg "Zmey!" Vasiliev'
|
|
description: An Ansible role for configuring systemd-networkd
|
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
# Totally not a full list...
|
|
platforms:
|
|
- name: Archlinux
|
|
versions: all
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- boinic
|
|
- focal
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
- buster
|
|
|
|
galaxy_tags:
|
|
- networking
|
|
- networkd
|
|
- systemd
|
|
|
|
dependencies: []
|