Bertrand Lanson
f096ff37ee
All checks were successful
test / Linting (push) Successful in 27s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m15s
test / Molecule tests (default, debian11) (push) Successful in 1m42s
test / Molecule tests (default, debian12) (push) Successful in 1m42s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m11s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 53s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 53s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 51s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m12s
26 lines
536 B
YAML
26 lines
536 B
YAML
---
|
|
# meta file for manage_netplan
|
|
galaxy_info:
|
|
namespace: 'ednxzu'
|
|
role_name: 'manage_netplan'
|
|
author: 'Bertrand Lanson'
|
|
description: 'Install and configure network interfaces using netplan for debian-based distros.'
|
|
license: 'license (BSD, MIT)'
|
|
min_ansible_version: '2.10'
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
galaxy_tags:
|
|
- 'ubuntu'
|
|
- 'debian'
|
|
- 'network'
|
|
- 'netplan'
|
|
|
|
dependencies: []
|