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 (#26641)
* 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 Fixes for pep8 and rstcheck issues. 2017-05-05 10:47:05 +08:00
testing Add ansible-test options and docs. (#26823) 2017-07-14 16:52:11 -07:00
developing_api.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
developing_core.rst consolidated docs 2017-01-06 09:16:59 -05:00
developing_inventory.rst Give example of empty _meta in dyanmic inventory (#24085) 2017-06-15 09:51:34 -05:00
developing_module_utilities.rst New model manageiq manageiq user (#26641) 2017-08-03 10:49:47 -04:00
developing_modules.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
developing_modules_best_practices.rst Minor grammatical corrections and improvements (#23886) 2017-04-23 00:47:03 -07:00
developing_modules_checklist.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
developing_modules_documenting.rst [Docs] Add note on module development about the copyrights (#26812) 2017-07-19 06:58:52 -04:00
developing_modules_general.rst Replace 'simple module development' topic (#26267) 2017-07-13 19:06:01 -07:00
developing_modules_general_OLD.rst Replace 'simple module development' topic (#26267) 2017-07-13 19:06:01 -07:00
developing_modules_general_windows.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
developing_modules_in_groups.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
developing_plugins.rst Correct link to plugins (#25530) 2017-06-09 13:06:08 +01:00
developing_program_flow_modules.rst [WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 (#22721) 2017-03-16 18:49:29 -07:00
developing_python3.rst Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
developing_rebasing.rst consolidated docs 2017-01-06 09:16:59 -05:00
index.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
Makefile consolidated docs 2017-01-06 09:16:59 -05:00
overview_architecture.rst Updates to docs for developers (#24034) 2017-05-08 09:08:55 -07:00
repomerge.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
testing.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_compile.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_httptester.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_integration.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_integration_legacy.rst aws integration tests - provide an IAM policy for running (#24725) 2017-05-19 14:37:39 -07:00
testing_pep8.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_running_locally.rst Minor testing docs improvements (#24103) 2017-04-28 11:58:38 +01:00
testing_sanity.rst Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
testing_units.rst Update testing_units.rst (#24772) 2017-05-18 10:26:45 +01:00
testing_validate-modules.rst Allow specific __future__ imports in modules 2017-07-27 15:37:26 -07:00