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
Brian Coca 960388143f
faster config loading (#48333)
* faster config loading

  - used already loaded module var instead of doc functions
  - add preload to populate config defs cache
  - avoid debug work when not in debug
  - generators, force consumption
6 years ago
..
cli Handle complex quoting in extra args in pull cli (#50212) 6 years ago
compat
config Increase persistent command_timeout default value (#51056) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 6 years ago
executor faster config loading (#48333) 6 years ago
galaxy Consistent typesetting of "GitHub" (#50929) 6 years ago
inventory remove usless tb initiator 6 years ago
module_utils PR to implement support feature for creating NIOS network container (#51168) 6 years ago
modules PR to implement support feature for creating NIOS network container (#51168) 6 years ago
parsing More path encoding fixes. 6 years ago
playbook allows loop pause for subseconds (#50461) 6 years ago
plugins faster config loading (#48333) 6 years ago
template Update bare exceptions to specify Exception. 6 years ago
utils faster config loading (#48333) 6 years ago
vars Fix encoding issues with file paths. (#50830) 6 years ago
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 6 years ago
context.py Move the arguments module into cli/ and context_objects into utils 6 years ago
release.py