mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-29 05:50:13 +00:00
Remove beta and add tags. Update the OS versions and Ansible version (2.5 because of service_facts).
13 lines
392 B
YAML
13 lines
392 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
galaxy_info:
|
|
author: Thomas Haller <thaller@redhat.com>
|
|
description: Configure networking
|
|
company: Red Hat, Inc.
|
|
license: BSD-3-Clause
|
|
min_ansible_version: 2.5
|
|
galaxy_tags: [ 'system', 'network', 'networking', 'redhat', 'rhel', 'fedora', 'centos' ]
|
|
platforms:
|
|
- name: Fedora
|
|
versions: [ 27, 28 ]
|
|
- name: EL
|
|
versions: [ 6, 7 ]
|