-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add role metadata * fix ansible lint * changelog
- Loading branch information
Showing
7 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- Fix missing role metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [] | ||
... |