Skip to content

Commit

Permalink
Fix missing roles metadata (#62)
Browse files Browse the repository at this point in the history
* add role metadata

* fix ansible lint

* changelog
  • Loading branch information
swapdisk authored Mar 13, 2024
1 parent 3e86602 commit 0554530
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/autoactivate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Fix missing role metadata
14 changes: 14 additions & 0 deletions roles/bigboot/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
galaxy_info:
author: Ygal Blum, Bob Mader
description: Increase the size of the boot partition
company: Red Hat
license: MIT
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []
...
14 changes: 14 additions & 0 deletions roles/initramfs/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
galaxy_info:
author: Ygal Blum, Bob Mader
description: Included by other roles to run an atomic flow of building and using a temporary initramfs in a reboot and restoring the original one
company: Red Hat
license: MIT
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []
...
14 changes: 14 additions & 0 deletions roles/shrink_lv/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
galaxy_info:
author: Ygal Blum, Bob Mader
description: Decrease logical volume size along with the filesystem
company: Red Hat
license: MIT
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []
...
14 changes: 14 additions & 0 deletions roles/snapshot_create/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
galaxy_info:
author: Ygal Blum, Bob Mader
description: Create a defined set of LVM snapshot volumes
company: Red Hat
license: MIT
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []
...
14 changes: 14 additions & 0 deletions roles/snapshot_remove/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
galaxy_info:
author: Ygal Blum, Bob Mader
description: Remove snapshots previously created using the snapshot_create role
company: Red Hat
license: MIT
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []
...
14 changes: 14 additions & 0 deletions roles/snapshot_revert/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
galaxy_info:
author: Ygal Blum, Bob Mader
description: Revert to snapshots previously created using the snapshot_create role
company: Red Hat
license: MIT
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- all
galaxy_tags: []
dependencies: []
...

0 comments on commit 0554530

Please sign in to comment.