mirror of https://github.com/ansible/ansible.git
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.
* Sanitize URI module keys with no_log values (#70762)
* Add sanitize_keys() to module_utils.
* More robust tests
* Revert 69653 change
* Allow list or dict
* fix pep8
* Sanitize lists within dict values
* words
* First pass at uri module
* Fix insane sanity tests
* fix integration tests
* Add changelog
* Remove unit test introduced in 69653
* Add ignore_keys param
* Sanitize all-the-things
* Ignore '_ansible*' keys
* cleanup
* Use module.no_log_values
* Avoid deep recursion issues by using deferred removal structure.
* Nit cleanups
* Add doc blurb
* spelling
* ci_complete
(cherry picked from commit
|
5 years ago | |
|---|---|---|
| .. | ||
| cli | 7 years ago | |
| compat | 7 years ago | |
| config | 7 years ago | |
| contrib | 7 years ago | |
| errors | 7 years ago | |
| executor | 6 years ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 7 years ago | |
| module_utils | 5 years ago | |
| modules | 6 years ago | |
| parsing | 6 years ago | |
| playbook | 6 years ago | |
| plugins | 6 years ago | |
| regex | 7 years ago | |
| template | 7 years ago | |
| utils | 7 years ago | |
| vars | 7 years ago | |
| __init__.py | 9 years ago | |
| ansible.cfg | 8 years ago | |
| conftest.py | 7 years ago | |
| test_constants.py | 9 years ago | |
| test_context.py | 7 years ago | |