mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40ade1f84b
* Add a mount_facts module capable of gathering mounts skipped by default fact gathering * By default, collect mount facts from standard locations including /etc/mtab, /proc/mounts, /etc/fstab, /etc/mnttab, /etc/vfstab, and on AIX, /etc/filesystems. When no file-based source for the current mounts can be found (like /proc/mounts), the module falls back to using mount as a source. This allows BSD and AIX to collect the existing mounts by default, without causing Linux hosts to use both /proc/mounts and mount output. * Non-standard locations and "mount" can be configured as a sources. * Support returning an aggregate list of mount points in addition to first found. When there are multiple mounts for the same mount point in an individual source, a warning is given if the include_aggregate_mounts option is not configured. * Add options to filter on fstypes and devices (supporting UNIX shell wildcards). * Support configuring a timeout and timeout behavior to make it easier to use the module as a default facts module without risking a hang. * Include the source and line(s) corresponding to a mount for easier debugging. Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com> |
2 months ago | |
---|---|---|
.. | ||
__init__.py | 9 years ago | |
conftest.py | 1 year ago | |
mount_facts_data.py | 2 months ago | |
test_apt.py | 8 months ago | |
test_apt_key.py | 1 year ago | |
test_async_wrapper.py | 1 year ago | |
test_copy.py | 1 year ago | |
test_hostname.py | 1 year ago | |
test_iptables.py | 3 months ago | |
test_known_hosts.py | 1 year ago | |
test_mount_facts.py | 2 months ago | |
test_pip.py | 1 year ago | |
test_service.py | 1 year ago | |
test_service_facts.py | 1 year ago | |
test_systemd.py | 1 year ago | |
test_unarchive.py | 5 months ago | |
test_uri.py | 10 months ago | |
utils.py | 1 year ago |