mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-02-04 00:39:26 +03:00
- Update actions/checkout to v4 - Update actions/setup-python to v5 - Update actions/cache to v4 (fixes deprecation failures) - Fix ansible-lint role-name rule violations
27 lines
487 B
YAML
27 lines
487 B
YAML
---
|
|
galaxy_info:
|
|
author: Larry Smith Jr.
|
|
description: Ansible role to manage(create, extend, resize) LVM Groups/Logical Volumes.
|
|
namespace: mrlesmithjr
|
|
role_name: manage-lvm
|
|
|
|
license: MIT
|
|
min_ansible_version: "1.2"
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- system
|
|
- lvm
|
|
dependencies: []
|