ansible/lib/ansible
Will Thames 46fbcf08bc
aws_kms enhancements (#31960)
* Allow creation and deletion of keys (deletion just schedules for
  deletion, recreating an old key is just cancelling its deletion)
* Allow grants to be set, thus enabling encryption contexts to be
  used with keys
* Allow tags to be added and modified
* Add testing for KMS module
* Tidy up aws_kms module to latest standards
2019-02-13 13:06:58 +10:00
..
cli Remove misleading statement passwords must be same (#49798) 2019-02-12 10:47:01 -05:00
compat Have update-bundled check for updates to all bundled code 2019-02-06 13:59:55 -08:00
config docs: update docs about pipelining (#51856) 2019-02-12 12:49:00 -05:00
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
executor Become plugins (#50991) 2019-02-11 11:27:44 -06:00
galaxy Consistent typesetting of "GitHub" (#50929) 2019-01-15 14:53:04 +01:00
inventory make missing pattern ansibleerror (#51397) 2019-01-30 19:13:19 -05:00
module_utils Fix incorrect use of is for comparisons. 2019-02-12 16:33:13 -08:00
modules aws_kms enhancements (#31960) 2019-02-13 13:06:58 +10:00
parsing ansible-vault: handle utf-8 filename in vault (#50341) 2019-02-12 16:13:51 +05:30
playbook Become plugins (#50991) 2019-02-11 11:27:44 -06:00
plugins fix docker default remote_user (#52137) 2019-02-12 16:29:27 -08:00
template Custom jinja Undefined class for handling nested undefined attributes (#51768) 2019-02-12 15:04:00 -05:00
utils move extravars and option vars loading into VM (#51070) 2019-01-30 16:25:36 -05:00
vars Remove unused imports and variable in hostvars.py (#51609) 2019-02-07 11:05:39 -05:00
__init__.py
constants.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
context.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
release.py