Ansible facts missing nfs mounts

Hi,
The facts that are returned from a machine are missing the hard mounted nfs mounts. So something like this in fstab is not available as a fact

:/vol/vol1/ / nfs bg,ro,hard,intr,tcp 0 0

Looking at the facts collection script, it looks like only local devices are being collected (at least on Linux). Is there a reason why the nfs mounts are not included? and is there an alternative way to collect them?

Thanks

I was the one that added the original code for this, i left out all virtual and network systems for simplicity, there should be no problem adding networked filesystems and mount, I should just do it under a different key to avoid changing the current expectations.

Brian Coca

Thanks - would that be available in the next release?

I can’t commit to whether that would or wouldn’t be included.

Ok. Do you mean just for the next release or for future?
Would you guys be interested in a pull request if we wrote a module for this?

Thanks

This would be handy for me as well, as we have to mount AIX Repos to our AIX servers, and sometimes they are not always mounted. Being able to mount them when they are missing would be a good thing. (Otherwise I have to just mount it, and take the error, or do some kind of test for a file inside the repo and hope the file is always there.