Releases: arensb/ansible-truenas
Releases · arensb/ansible-truenas
v1.9.5
Bug fix: pool_scrub_task
would crash when given a nonexistent pool name. Fix by bmarinov.
v1.9.4
Bug fixes:
- Error setting NFS export read-only flag.
- Error setting ZFS filesystem description.
v1.9.3
- Bug fix: Turning NFS v4 on and off wasn't working under TrueNAS SCALE.
- Bug fix: NFS filesystems couldn't be exported read-only.
v1.9.1
What's Changed
- Bug fix (#12): TrueNAS SCALE doesn't allow enabling SMB access on users without a password. 'smb' used to default to true, which prevented creating users with password disabled. The 'smb' argument can now be set explicitly.
Full Changelog: in the source
v1.9.0
- Added module
jail_fstab
, for managing mount points within jails.
- Bug fix:
plugin
module now waits for the plugin to be installed before returning.
- Expanded documentation and examples in a few places.
v1.8.0
Three new modules in this release.
smart
, for configuring the S.M.A.R.T. test system.
smart_test_task
, for scheduling S.M.A.R.T. tests.
pool_scrub_task
, for scheduling jobs to scrub zfs pools.
v1.7.2
Bug fix: service
didn't start/stop/restart, or enable/disable services correctly. Both of these have been fixed.
v1.7.0
Added truenas_facts
module to gather facts about TrueNAS hosts.