mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 07:58:25 +03:00
Updated Galaxy meta info
This commit is contained in:
+7
-8
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Larry Smith Jr.
|
author: Larry Smith Jr.
|
||||||
description: Role to manage LVM Groups/Logical Volumes. Can be used to create, extend or resize LVM.
|
description: Ansible role to manage(create, extend, resize) LVM Groups/Logical Volumes.
|
||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 1.2
|
min_ansible_version: 1.2
|
||||||
@@ -12,17 +12,16 @@ galaxy_info:
|
|||||||
|
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- 6
|
- all
|
||||||
- 7
|
- name: Fedora
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- precise
|
- all
|
||||||
- trusty
|
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- jessie
|
- all
|
||||||
- wheezy
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- system
|
- system
|
||||||
- lvm
|
- lvm
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
TAR_FILE="v1.6.0.tar.gz"
|
|
||||||
|
|
||||||
# Prompt for Ansible role name
|
|
||||||
read -p "Enter the Ansible role name: " input
|
|
||||||
|
|
||||||
# Update .travis.yml with Ansible role name
|
|
||||||
sed -i '' "s/replace_role/${input}/g" ".travis.yml"
|
|
||||||
|
|
||||||
# Update tests/test.yml with Ansible role name
|
|
||||||
sed -i '' "s/replace_role/${input}/g" "tests/test.yml"
|
|
||||||
|
|
||||||
# Cleanup
|
|
||||||
if [ -f $TAR_FILE ]; then
|
|
||||||
rm $TAR_FILE
|
|
||||||
fi
|
|
||||||
Reference in New Issue
Block a user