summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/yaml/constructor.py
Commit message (Expand)AuthorAgeFilesLines
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-181-9/+9
* Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-281-1/+1
* readded !vault-encrypted for backwards compatBrian Coca2017-03-161-0/+1
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-071-5/+7
* Use proper YAML constructor class for safe loadingJames Cammarata2017-02-211-2/+2
* added docs for vault and made trigger shorter: !vault (#20985)Brian Coca2017-02-031-3/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-4/+4
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-231-1/+28
* Use a unicode format string so that we don't convert to byte stringsToshio Kuratomi2016-02-261-1/+1
* Add new 'unsafe' YAML constructorMatt Martz2016-02-041-1/+12
* Improve the warning message about duplicate yaml dict keysToshio Kuratomi2015-10-271-7/+8
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-5/+36
* Making the switch to v2James Cammarata2015-05-031-0/+91