community.general/lib/ansible/modules
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
..
cloud Correct Errors in Documentation (#50507) 2019-01-04 05:16:15 -05:00
clustering Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
commands Command module docs: args vs argv (#49907) 2018-12-19 13:30:05 -05:00
crypto add openssh_cert module (#49605) 2019-01-03 17:06:22 +05:30
database Update documentation for mysql_db notes (#50444) 2019-01-04 08:40:57 +05:30
files Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
identity Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_binding: Fix using empty routing key (#48597) 2018-12-19 08:30:41 -05:00
monitoring Update zabbix_action.py (#50490) 2019-01-03 10:15:21 -05:00
net_tools Added new module to support NIOS Fixedaddress DHCP property (#49119) 2019-01-04 13:00:12 +05:30
network Corrects doc strings in bigip_asm_policy_* modules (#50561) 2019-01-04 14:24:42 -06:00
notification Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
packaging dnf/yum - added install_weak_deps option (#50525) 2019-01-04 11:37:59 -05:00
remote_management Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
source_control remove forced lowercase on group_name (#50445) 2019-01-04 03:06:54 -05:00
storage Pure Storage facts fix (#50349) 2018-12-31 09:22:13 +00:00
system new module: Configure LVM and NFS file systems for AIX (#30810) 2019-01-05 02:18:12 +01:00
utilities Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
web_infrastructure - Fix sanity checks 2019-01-02 05:29:04 -05:00
windows Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
__init__.py