summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
Commit message (Expand)AuthorAgeFilesLines
* Remove PyCrypto (#74699)Sam Doran2021-05-181-104/+4
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-212-17/+19
* various fixes to command (#74212)Brian Coca2021-04-131-3/+2
* fix typo in ansible vault decrypt if vault error (#73542)Lazuardi N Putra2021-02-111-1/+1
* vault: Read stdin data as binary on python3 (#52229)Sven Wegener2020-12-091-1/+4
* Provide better decryption errors for single vault values (#72362)Matt Martz2020-11-183-6/+8
* allow any type of unsafe data (#72547)Brian Coca2020-11-101-4/+12
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-4/+5
* Rewrite _is_role and remove incidental_flatpak_remote (#72105)Matt Martz2020-10-051-12/+26
* Add more include and yaml parsing tests (#70506)Matt Martz2020-08-041-4/+5
* Strip spaces in module names in explicit actions (#71040)Rick Elrod2020-08-031-2/+2
* Plugin/module docs: parse return values, add collection names in them (versio...Felix Fontein2020-06-111-2/+2
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-2/+22
* Make AnsibleVaultEncryptedUnicode work more like a string (#67823)Matt Martz2020-06-082-12/+248
* starting metadata sunset (#69454)Brian Coca2020-06-042-272/+12
* Spelling: dependant -> dependent (#69661)Rick Elrod2020-05-221-1/+1
* Remove FIXME where no change is needed (#69466)Chris Holland2020-05-141-1/+0
* Order my dicts (#58000)Brian Coca2020-05-061-1/+12
* Fix metadata defaultsToshio Kuratomi2020-05-051-3/+10
* preserve json parsing error (#58461)Brian Coca2020-05-012-11/+16
* safely use vault to edit secrets (#68644)Brian Coca2020-04-031-39/+80
* fix vault temp file handling (#68433)Brian Coca2020-03-252-2/+14
* win - Allow FQCN for win_command and win_shellJordan Borean2020-03-051-8/+2
* fixes ANSIBLE_DUPLICATE_YAML_DICT_KEY=error crashes (#66786)tavery3212020-02-041-1/+4
* Add a representer for AnsibleUnsafeBytes (#62598)Sloane Hertel2019-09-191-1/+8
* core: Handle empty extra vars in cli (#61831)Abhijeet Kasurde2019-09-121-0/+2
* default collection support (#61415)Matt Davis2019-08-281-4/+4
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-32/+5
* various mod_args fixes (#60290)Matt Davis2019-08-131-8/+19
* Close file after using it (#59000)Ewoud Kohl van Wijngaarden2019-07-161-19/+19
* Get copy tests passing with split controller/target (#58516)Matt Martz2019-07-031-5/+5
* Handle vaulted non-ascii characters for Python2 (#58503)Sloane Hertel2019-06-281-2/+2
* Fix ansible-vault cipher_whitelist (#57272)Klaus Frank2019-06-221-1/+2
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-2/+2
* Allow finer grained control for dupe YAML keys (#56933)Brian Coca2019-05-281-4/+10
* Not native, but text (#55676)Brian Coca2019-05-241-1/+1
* Config toggle for duplicate dict key warnings (fixes #56799) (#56805)Andrew Gaffney2019-05-231-2/+4
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-23/+25
* Collection content loading (#52194)Matt Davis2019-03-281-2/+4
* dataloader: check exact value of dir (#52021)Abhijeet Kasurde2019-03-161-4/+4
* Fix pycodestyle E117 issues.Matt Clay2019-02-131-2/+2
* ansible-vault: handle utf-8 filename in vault (#50341)Abhijeet Kasurde2019-02-121-1/+1
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-1/+2
* More path encoding fixes.Matt Clay2019-01-161-1/+1
* Minor typos (#50371)Abhijeet Kasurde2019-01-151-1/+1
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Docs: Add a "seealso" section to the module docs (#45949)Dag Wieers2018-12-121-3/+3
* Don't just raise AnsibleError with the exception message (#49654)Matt Martz2018-12-111-1/+4
* explain 'bare variables' (#49577)Brian Coca2018-12-071-2/+2
* unsafe cleanupBrian Coca2018-11-301-5/+2