community.general/lib/ansible/modules/system
Kairo Araujo fc6d85e4cf new module: Configure LVM and NFS file systems for AIX (#30810)
* new module: AIX LVM file system and NFS

This module creates, removes, mount and unmount LVM and NFS file system
for AIX using /etc/filesystems. For LVM file systems is also possible
to resize the file system.

* better parameters options structure

better parameters options structure

* Improved file system resize returns

Added better tratment for return codes for file system resize.
When a resize is not possible because no enough space on lv or
shrink is not allowed.

* improved doc and creation file system return code

- improved doc
- creation file system return code 10 was treated.

* Doc recomendations, dict result, line limit

- Added doc recomendations
- Changed return to dict results on main()
- Using 159 columns for code limit

* wrong changed return when file system is already

Fixed wrong changed return when file system is already mounted.
When the file system is already mounted the return for changed
is False.

* Fixed description and included playbook for tests

- Fixed description
- Included playbook for manual tests

* Various small bits to get this merged ASAP

* Rename test/legacy/aix_filesystem.yml to test/integration/targets/aix_filesystem/tasks/main.yml

Move integration test to its proper location

* Create aliases

* Fix CI issues
2019-01-05 02:18:12 +01:00
..
__init__.py
aix_filesystem.py new module: Configure LVM and NFS file systems for AIX (#30810) 2019-01-05 02:18:12 +01:00
aix_inittab.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aix_lvol.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
alternatives.py
at.py
authorized_key.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
awall.py
beadm.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
capabilities.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cron.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cronvar.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
crypttab.py
dconf.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
debconf.py
facter.py
filesystem.py Extend functionality of filesystem module to support swap creation (#49456) 2018-12-04 12:01:29 +00:00
firewalld.py Fix firewalld module failing on missing protocol. (#50242) 2019-01-02 11:09:42 -06:00
gconftool2.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
getent.py
group.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
hostname.py
interfaces_file.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iptables.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
java_cert.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
java_keystore.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
kernel_blacklist.py
known_hosts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
locale_gen.py correct message to have consistent pluralisation (#36897) 2018-11-26 13:45:38 -05:00
lvg.py List correctly current PV in "lvg" module: fix lvg reduce (#49731) 2018-12-20 15:43:18 +00:00
lvol.py
make.py ``make`` module: check return code (#47861) 2018-12-03 10:29:18 +00:00
mksysb.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
modprobe.py Make modprobe module check for builtins as well (#37150) 2018-12-20 15:30:29 -06:00
mount.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
nosh.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ohai.py
open_iscsi.py
openwrt_init.py
osx_defaults.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
pam_limits.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
pamd.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
parted.py
ping.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
puppet.py Add module parameter to control Puppet agent noop switch (#43678) 2018-12-04 12:30:19 +00:00
python_requirements_facts.py
reboot.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
runit.py
seboolean.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
sefcontext.py
selinux.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
selinux_permissive.py
seport.py
service.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
service_facts.py Provide both service state and status when possible in service_facts (#49618) 2018-12-26 13:24:03 +00:00
setup.py Validate DOCUMENTATION.author (#48993) 2018-11-21 17:29:29 +00:00
solaris_zone.py
svc.py Typo and style fixes in docs and messages for svc module (#48298) 2018-11-07 10:24:59 -05:00
sysctl.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
systemd.py Small documentation update: Clarify daemon-reload always executing. (#49889) 2018-12-18 12:22:57 -06:00
sysvinit.py Sysvinit - Enabling a service should use "defaults" if no runlevels are specified (#48724) 2018-11-15 09:53:10 -05:00
timezone.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
ufw.py Use syntax loop instead of with_items in example (#47241) 2018-10-18 17:55:19 -05:00
user.py Fix typo: or -> on (#50123) 2018-12-19 12:12:52 +01:00
vdo.py
xfconf.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00