2020-06-04 00:57:09 +03:00
|
|
|
---
|
2020-06-04 00:41:22 +03:00
|
|
|
galaxy_info:
|
|
|
|
author: 'Oleg "Zmey!" Vasiliev'
|
|
|
|
description: An Ansible role for configuring systemd-networkd
|
|
|
|
|
|
|
|
license: MIT
|
|
|
|
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
|
2020-06-04 00:57:09 +03:00
|
|
|
# Totally not a full list...
|
|
|
|
platforms:
|
|
|
|
- name: Archlinux
|
|
|
|
versions: all
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- 16.04
|
|
|
|
- 18.04
|
|
|
|
- 20.04
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- 9
|
|
|
|
|
2020-06-04 00:41:22 +03:00
|
|
|
galaxy_tags:
|
|
|
|
- networking
|
|
|
|
- networkd
|
|
|
|
- systemd
|
|
|
|
|
|
|
|
dependencies: []
|