1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docs/docsite/rst/dev_guide
Yaacov Zamir 48922660fe New model manageiq manageiq user ()
* ManageIQ: manageiq_user module, module utils and doc_fragment

ManageIQ is an open source management platform for Hybrid IT.

This change is adding:
- manageiq_user module, responsible for user management in ManageIQ
- manageiq utils
- manageiq doc_fragment

* Handle import error

* Use formatting options

* group parameter is required

* changed doesn't need to be an attribute

* resource dictionary should contain values which isn't None

* move from monitoring to remote-management

* Use ManageIQ nameing convention

* Do not set defauts in arguments

* Use idempotent state parameter instead of action

* Check import error in the manageiq util class

* Update the miq documentation

* rename the connection configuration from miq to manageiq_connection

* All messeges start with non cap, fix typos, add examples, rename vars

* more typos fixes

* Make sure we insert only strings to logs by using % formating

* use suboptions keyword for the manageiq connection

* do not log the managiq connection struct (it include sensitive information like username and password)

* add missing from __future__

* ahh, wrong no-log line

* Use sub options
2017-08-03 10:49:47 -04:00
..
style_guide
testing
developing_api.rst Fix all RST errors for docs/docsite/rst () 2017-01-07 11:38:52 -08:00
developing_core.rst
developing_inventory.rst
developing_module_utilities.rst New model manageiq manageiq user () 2017-08-03 10:49:47 -04:00
developing_modules.rst
developing_modules_best_practices.rst Minor grammatical corrections and improvements () 2017-04-23 00:47:03 -07:00
developing_modules_checklist.rst Added initial developing module doc for Windows () 2017-08-01 08:02:56 +10:00
developing_modules_documenting.rst
developing_modules_general.rst
developing_modules_general_OLD.rst
developing_modules_general_windows.rst
developing_modules_in_groups.rst
developing_plugins.rst
developing_program_flow_modules.rst [WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 () 2017-03-16 18:49:29 -07:00
developing_python3.rst
developing_rebasing.rst
index.rst
Makefile
overview_architecture.rst
repomerge.rst
testing.rst
testing_compile.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_httptester.rst
testing_integration.rst docs: fix community meetings link () 2017-07-25 09:23:01 -04:00
testing_integration_legacy.rst
testing_pep8.rst
testing_running_locally.rst Minor testing docs improvements () 2017-04-28 11:58:38 +01:00
testing_sanity.rst
testing_units.rst
testing_validate-modules.rst