summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing
Commit message (Expand)AuthorAgeFilesLines
* Unittests for extracting metadata from plugins (#26218)Toshio Kuratomi2017-06-301-17/+17
* Move metadata extraction into a library function (#26198)Toshio Kuratomi2017-06-281-0/+221
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-271-140/+232
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-0/+11
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-122-2/+2
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-095-12/+11
* Include the original YAML error in syntax error messagesJames Cammarata2017-06-081-1/+6
* Imports and includes (#25399)James Cammarata2017-06-061-1/+5
* removed unused importBrian Coca2017-05-241-1/+0
* clarified error messagesBrian Coca2017-05-241-2/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-6/+11
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-1811-60/+58
* Fix vaulted vars templating (#24312)Adrian Likins2017-05-051-1/+1
* Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-282-2/+2
* Use sys.stdout.buffer to write vault bytes to stdout on py3 (#23760)Adrian Likins2017-04-241-6/+23
* Fix vault reading from stdin (avoid realpath() on non-links) (#23583)Adrian Likins2017-04-181-5/+14
* Vault: Remove tmp decrypted file when experiencing error while writing (#14835)Hugo Chargois2017-03-271-5/+6
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-17/+18
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-235-7/+9
* E501 fixes (#22879)Matt Martz2017-03-221-3/+7
* readded !vault-encrypted for backwards compatBrian Coca2017-03-161-0/+1
* better 'role detection' for dwim (#22513)Brian Coca2017-03-151-10/+25
* vault: Uniformize construction of cipher objectsNicolas Braud-Santoni2017-03-081-7/+3
* vault: call is_encrypted directly in is_encrypted_fileNicolas Braud-Santoni2017-03-081-11/+2
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-074-20/+22
* Fix PEP 8 issue.Matt Clay2017-02-241-1/+1
* prep for role passthrough instead of detectionBrian Coca2017-02-241-10/+12
* Fix 'ansible-vault edit /some/symlink' (#20417)Adrian Likins2017-02-241-0/+16
* Use proper YAML constructor class for safe loadingJames Cammarata2017-02-211-2/+2
* Vault encrypt string cli (#21024)Adrian Likins2017-02-171-0/+7
* more cleanup from net_command module that is abandoned for 2.3 (#21497)Peter Sprygada2017-02-151-3/+2
* improve error message on conflicting actions. Fixes #21057 (#21059)Daniel Brachmann2017-02-061-1/+1
* added docs for vault and made trigger shorter: !vault (#20985)Brian Coca2017-02-033-5/+3
* Add representer to AnsibleDumper for AnsibleUnsafeTextJames Cammarata2017-01-191-0/+6
* Make ModuleArgsParser more understandable (#13974)Will Thames2017-01-121-22/+21
* (docs) Remove/update mentions of `git submodule` in docs and error me… (#19...Ryan Brown2017-01-091-1/+1
* Add a encode() to AnsibleVaultEncryptedUnicode (#19840)Adrian Likins2017-01-041-0/+3
* adds new module net_command for network devices (#19468)Peter Sprygada2016-12-191-2/+3
* Fix regression in search path behaviourDag Wieers2016-12-141-6/+9
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* Remove method that isn't used here. (#18713)Toshio Kuratomi2016-12-021-27/+0
* Fix 'ansible-vault edit' crash on changed nonasciiAdrian Likins2016-11-161-7/+7
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-2/+3
* Limit how much of the file we read to test if it's an encrypted vault fileToshio Kuratomi2016-11-041-2/+5
* Fix 'vault rekey' with vault secret env varAdrian Likins2016-11-011-0/+4
* Fix search path for relative paths in roles (fixes #17877)Andrew Gaffney2016-10-171-1/+5
* Only dispkay failure to use cryptography at a higher verbosityToshio Kuratomi2016-10-121-2/+2
* Allow for empty source in dwim_path_relative_stackJames Cammarata2016-09-211-3/+3
* Fix dataloader using deprecated version of is_encrypted (#17615)Toshio Kuratomi2016-09-171-3/+3
* Merge pull request #17590 from abadger/vault-fixesToshio Kuratomi2016-09-151-186/+180
|\