Skip to content

Releases: CSCfi/ansible-role-nfs_mount

v1.3.2

04 Jan 15:47
Compare
Choose a tag to compare
remove flowdock reference from .travis.yml

v1.3.1

06 Feb 15:04
Compare
Choose a tag to compare
  • update comments

v1.3.0

14 Dec 10:32
ea564ba
Compare
Choose a tag to compare

Remove support for the old nfs_mount method for mounting nfs shares.
Instead add a task that fails if the host/group vars have not been updated.

ea564ba Merge pull request #7 from CSCfi/remove_deprecated_method
60e804f Added a failsafe to avoid having machines silently not mount anything
bb1a9ad Removed mention of nfs_mount from README.md
d9524d3 try with mounting an iso instead
77f1dee try with /home/fake-dev0 instead
618ab9a testing: Create file backed loop device
6298bce Make sure name and src are defined
2fbadc2 remove deprecated nfs_mount method

v1.2.5

20 Nov 13:19
5c2b2b6
Compare
Choose a tag to compare

Minor fixes, mainly cleanups to the deprecated parts.

5c2b2b6 Merge pull request #6 from CSCfi/backupfix
9b33c39 fix forgotten } in test-in-docker-image.sh
c0eb929 added a printout of fstab to the end test
80a7c62 Final cleanup of oldstyle to proper style yml
c65afbb fixing a regexp that probably never have worked #2
51bb43e fixing a regexp that probably never have worked
7c6472a fixing a syntax error in previous commit
8c75ed7 old-style nfs_mount is still used, stop it backupping fstab
cacab83 CSC org name change

v1.2.4

12 Oct 16:56
Compare
Choose a tag to compare

#5 - a mode option to the create mountpoint task

v1.2.3

23 Nov 10:42
Compare
Choose a tag to compare
check_mode: no

v1.2.2

03 Nov 08:28
Compare
Choose a tag to compare
  • Labels old method as deprecated
  • deletes old generated back files by setting clean_fstab_backups as True

v1.2.1

21 Sep 06:36
Compare
Choose a tag to compare
  • Fix the mount module method. A task had a missing with_items

v1.2.0

07 Sep 09:59
Compare
Choose a tag to compare
  • #3 - use the mount: module instead of lineinfile to modify fstab.

v1.1.0

06 Jun 11:13
Compare
Choose a tag to compare
fixing: fstab isn't cleaned from old entries each time nfsmount runs