community.general/lib/ansible/modules
John R Barker 195beebcb4
Module DOCUMENTATION should match argspec (#34895)
* Module DOCUMENTATION should match argspec

Large update of many modules so that DOCUMENTATION option name and
aliases match those defined in the argspec.

Issues identified by https://github.com/ansible/ansible/pull/34809

In addition to many typos and missing aliases, the following notable
changes were made:

* Create `module_docs_fragments/url.py` for `url_argument_spec`
* `dellos*_command` shouldn't have ever had `waitfor` (was incorrectly copied)
* `ce_aaa_server_host.py` `s/raduis_server_type/radius_server_type/g`
* `Junos_lldp` enable should be part of `state`.
2018-01-16 12:18:51 +00:00
..
cloud Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
clustering Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
commands Remove shell module specialcases 2017-12-21 20:42:44 -08:00
crypto Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
database Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
files Temporary (#31677) 2018-01-15 21:15:04 -08:00
identity FreeIPA: Add CNAME, DNAME and A6 as record type (#34236) 2017-12-27 16:32:11 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring New module grafana dashboard (#31930) 2018-01-04 10:12:02 +00:00
net_tools nmcli: Add ipv4.dns-search attribute (#34261) 2018-01-16 08:58:40 +01:00
network Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
notification Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
packaging Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
remote_management Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
source_control Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
storage Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
system Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
utilities Temporary (#31677) 2018-01-15 21:15:04 -08:00
web_infrastructure Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
windows Implemented Trigger Repetition (#32938) 2018-01-12 08:08:50 +10:00
__init__.py