Skip to content

Releases: lingling9000/ansible-role-btrfssubvol

v1.1.1 Metadata for Ansible Galaxy

30 Aug 20:19
Compare
Choose a tag to compare

This patch version adds metadata in meta/main.yaml. Without it the role
name is not automatically recognized when importing the role to Galaxy.

Added:

  • Metadata in meta/main.yaml for Ansible Galaxy (namespace, role_name and
    galaxy_tags).

v1.1.0 Ansible Galaxy Release

30 Aug 19:47
Compare
Choose a tag to compare

This release improves the documentation, particularly the installation instructions. It now mentions the new option to download from Ansible Galaxy first.

Added

Changed

  • To reflect the Ansible Galaxy namespace lingling9000 on Codeberg, an
    organization has been created and the repository moved. It is now located at
    https://codeberg.org/lingling9000/ansible-role-btrfssubvol. The corresponding
    links in the documentation have been updated.
  • Examples reflect the role name from Ansible Galaxy.
  • Minor wording and formatting improvements in documentation.

First Stable Release v1.0.0

29 Aug 13:03
Compare
Choose a tag to compare

This first stable release includes the following features:

  • Creation of new Btrfs subvolumes.
  • Mount and unmount of Btrfs subvolumes.
  • Adding and removing of /etc/fstab entries.
  • Configuration of permissions on a mounted subvolume.
    • Recursive change is possible
  • Configuration of mount options globally or per subvolume.
  • Optional detection and removal of unmanaged mount points.