You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
7 years ago
..
style_guide Fixes for pep8 and rstcheck issues. 8 years ago
testing Add ansible-test options and docs. (#26823) 7 years ago
Makefile consolidated docs 8 years ago
developing_api.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
developing_core.rst consolidated docs 8 years ago
developing_inventory.rst Give example of empty _meta in dyanmic inventory (#24085) 8 years ago
developing_module_utilities.rst New model manageiq manageiq user (#26641) 7 years ago
developing_modules.rst Added initial developing module doc for Windows (#27308) 7 years ago
developing_modules_best_practices.rst Minor grammatical corrections and improvements (#23886) 8 years ago
developing_modules_checklist.rst Added initial developing module doc for Windows (#27308) 7 years ago
developing_modules_documenting.rst [Docs] Add note on module development about the copyrights (#26812) 7 years ago
developing_modules_general.rst Replace 'simple module development' topic (#26267) 7 years ago
developing_modules_general_OLD.rst Replace 'simple module development' topic (#26267) 7 years ago
developing_modules_general_windows.rst Added initial developing module doc for Windows (#27308) 7 years ago
developing_modules_in_groups.rst docs: fix community meetings link (#27264) 7 years ago
developing_plugins.rst Correct link to plugins (#25530) 8 years ago
developing_program_flow_modules.rst [WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 (#22721) 8 years ago
developing_python3.rst Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
developing_rebasing.rst consolidated docs 8 years ago
index.rst Added initial developing module doc for Windows (#27308) 7 years ago
overview_architecture.rst Updates to docs for developers (#24034) 8 years ago
repomerge.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
testing.rst docs: fix community meetings link (#27264) 7 years ago
testing_compile.rst docs: fix community meetings link (#27264) 7 years ago
testing_httptester.rst docs: fix community meetings link (#27264) 7 years ago
testing_integration.rst docs: fix community meetings link (#27264) 7 years ago
testing_integration_legacy.rst aws integration tests - provide an IAM policy for running (#24725) 8 years ago
testing_pep8.rst docs: fix community meetings link (#27264) 7 years ago
testing_running_locally.rst Minor testing docs improvements (#24103) 8 years ago
testing_sanity.rst Docs how to test (2nd) (#24094) 8 years ago
testing_units.rst Update testing_units.rst (#24772) 8 years ago
testing_validate-modules.rst Allow specific __future__ imports in modules 7 years ago