ansible/lib/ansible
Adam Friedman 1a28a48176 Refactor dimensiondata_network module (#21043)
* Refactor dimensiondata_network to use shared base class for common functionality.

* Experiment: remove the assignments in the "except ImportError:" block that keep PyCharm happy. If this fixes the build, then I reckon there's a bug in the validate-modules script (https://github.com/ansible/ansible/blob/devel/test/sanity/validate-modules/validate-modules#L322).

* Remove unused imports.

* Changes based on feedback from @gundalow for ansible/ansible#21043.

- Use no_log=True for mcp_password parameter.
- Collapse module parameter definitions.

* Use shared definitions and doc fragments for common module arguments (ansible/ansible#21043).

* Make default network plan "ESSENTIALS", rather than "ADVANCED" (this is consistent with our other tooling).
Tidy up module parameter documentation.

* Simplify dimensiondata module documentation fragments (didn't know you could include multiple fragments).

* Change 'verify_ssl_cert' module parameter to 'validate_certs'.
2017-02-09 11:30:31 +00:00
..
cli PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Restore "skipping: no hosts matched" message 2017-02-08 16:03:29 -05:00
galaxy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
inventory Convert error to the native text type before writing to stderr 2017-02-07 18:01:58 -05:00
module_utils Refactor dimensiondata_network module (#21043) 2017-02-09 11:30:31 +00:00
modules Refactor dimensiondata_network module (#21043) 2017-02-09 11:30:31 +00:00
parsing improve error message on conflicting actions. Fixes #21057 (#21059) 2017-02-06 22:48:06 +00:00
playbook refactoring async 2017-02-06 19:32:00 -05:00
plugins default and minimal callback: display warnings in a consistent manner (#21144) 2017-02-08 10:58:39 -05:00
template Don't check for var._obj in template._clean_data (#20868) 2017-02-08 16:09:34 -05:00
utils Refactor dimensiondata_network module (#21043) 2017-02-09 11:30:31 +00:00
vars PEP 8 fix. 2017-01-31 13:38:05 -08:00
__init__.py
constants.py Module utils default path (#20913) 2017-02-02 17:48:53 -08:00
release.py