Skip to content

Releases: arensb/ansible-truenas

v1.9.5

29 May 20:36
Compare
Choose a tag to compare

Bug fix: pool_scrub_task would crash when given a nonexistent pool name. Fix by bmarinov.

v1.9.4

17 May 19:07
Compare
Choose a tag to compare

Bug fixes:

  • Error setting NFS export read-only flag.
  • Error setting ZFS filesystem description.

v1.9.3

17 May 15:15
Compare
Choose a tag to compare
  • 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

07 May 02:14
Compare
Choose a tag to compare
v1.9.1 Pre-release
Pre-release

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

11 Dec 21:05
Compare
Choose a tag to compare
  • 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

11 Sep 12:55
Compare
Choose a tag to compare

Three new modules in this release.

  1. smart, for configuring the S.M.A.R.T. test system.
  2. smart_test_task, for scheduling S.M.A.R.T. tests.
  3. pool_scrub_task, for scheduling jobs to scrub zfs pools.

v1.7.2

16 Aug 01:58
Compare
Choose a tag to compare

Bug fix: service didn't start/stop/restart, or enable/disable services correctly. Both of these have been fixed.

v1.7.0

18 Jul 15:22
Compare
Choose a tag to compare

Added truenas_facts module to gather facts about TrueNAS hosts.