Releases: lingling9000/ansible-role-btrfssubvol
Releases · lingling9000/ansible-role-btrfssubvol
v1.1.1 Metadata for Ansible Galaxy
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
This release improves the documentation, particularly the installation instructions. It now mentions the new option to download from Ansible Galaxy first.
Added
- Released role on Ansible Galaxy as lingling9000.btrfssubvol.
- Installation instructions using Ansible Galaxy as source.
- Changelog on basis of https://keepachangelog.com/en/1.1.0/.
- Code of conduct on basis of Contributor Covenant v2.1.
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
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.