Skip to content

Releases: linux-system-roles/storage

1.1.0

14 Jan 17:14
b5cd2b2

Choose a tag to compare

  • Added flag storage_safe_mode to prevent implicit removal of existing device/fs. Defaults to yes
  • Several bugfixes

1.0.2

15 Aug 13:35

Choose a tag to compare

More small YAML and README fixes.

1.0.1

14 Aug 15:13

Choose a tag to compare

Correct a yaml nit that molecule complains about.

1.0.0

14 Aug 14:59

Choose a tag to compare

Rewrite of the storage role, using the Blivet library via an Ansible module written in Python.
Drops support for RHEL/CentOS 6, as Blivet is not available there.
First supported RHEL 7 release is RHEL 7.7 (earlier versions do not have the required version 3 of Blivet which is shipped in the python-blivet3 package).

0.1.1

14 Aug 12:13

Choose a tag to compare

0.1.1 Pre-release
Pre-release

Two fixes to the prototype version before switching to a version which will use a module based on blivet.

0.1

14 Dec 17:38
742f3cf

Choose a tag to compare

0.1 Pre-release
Pre-release
Merge pull request #15 from timflannagan1/fix-install-commands

Need to use set_fact instead of register to track whether a package has been installed.