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/lib/ansible/utils
Matt Davis 26f551d1c3
initial cutover to API profiles (#35538)
* hardcoded API profiles in azure_rm_common
* changed azure_rm_securitygroup module to use api_profiles, dynamic models, kwargs on all SDK methods
* changed azure_rm_containerinstance module to use api_profiles, dynamic models, kwargs on all SDK methods
* fixed polling performance issue in azure_rm_securitygroup (default poll interval was 30s)
8 years ago
..
module_docs_fragments initial cutover to API profiles (#35538) 8 years ago
__init__.py limit extensions for files in group/host_vars dir 11 years ago
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
color.py Fix several things causing tracebacks with unicode cwd (#27731) 9 years ago
display.py Add configurable blacklist filtering for python logger 8 years ago
encrypt.py Remove uses of assert in production code (#32079) 8 years ago
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
helpers.py skip all hidden keys, allow exclude list 8 years ago
jsonrpc.py Refactor junos modules to Use netconf and cliconf plugins (#32621) 8 years ago
listify.py ansible/utils/: PEP8 compliancy (#24686) 9 years ago
path.py fix paths to actually be config file relative (#31533) 8 years ago
plugin_docs.py Temporary (#31677) 8 years ago
shlex.py Update module_utils.six to latest (#22855) 9 years ago
ssh_functions.py Fix encoding error with path to ssh 8 years ago
unicode.py Remove deprecated code (#34828) 8 years ago
unsafe_proxy.py Fix undefined variables, basestring usage, and some associated python3 issues 9 years ago
vars.py expose soem options as vars (#30379) 8 years ago