summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
Commit message (Expand)AuthorAgeFilesLines
* Add a YAML representer for NativeJinjaText (#77282)Martin Krizek2022-03-161-1/+6
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Fix yaml loader and compat.Matt Clay2022-03-081-3/+2
* Type hint fixes.Matt Clay2022-03-071-3/+2
* Type hint fixes.Matt Clay2022-03-041-1/+1
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-1/+1
* Replace file handling with context managers in files-modules and parsing vaul...Mads Jensen2022-01-281-3/+2
* Add a YAML representer for NativeJinjaUnsafeText (#76186)Martin Krizek2021-11-011-1/+6
* Start of moving away from six (#75863)Martin Krizek2021-10-212-6/+3
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-213-37/+10
* yaml dumper: Add YAML respresenter for AnsibleUndefined (#75078)Abhijeet Kasurde2021-09-071-0/+13
* allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca2021-08-251-1/+1
* add action_groups support to collections (#74039)Sloane Hertel2021-07-141-9/+0
* Vaultfilters (#74998)Brian Coca2021-06-301-4/+12
* Add a resolved_action task attribute (#74709)Sloane Hertel2021-06-241-1/+9
* YAML representer for VarsWithSources (#68525)Nasser Alansari2021-06-221-0/+6
* 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