summaryrefslogtreecommitdiff
path: root/v2/ansible
Commit message (Expand)AuthorAgeFilesLines
* changed to use display as utils.warning doesnt exist in v2Brian Coca2015-04-031-2/+3
* fixed called to find plugin, transport is not needed as suffixes are passedBrian Coca2015-04-031-1/+1
* brought v2 find plugins up 2 date with v1, also added exception handling for ...Brian Coca2015-04-021-10/+11
* Moving new patch action plugin over to v2James Cammarata2015-04-021-0/+66
* Merge pull request #10559 from bcoca/become_constants_fixBrian Coca2015-04-021-3/+3
|\
| * removed folding sudo/su to become logic from constants as it is already prese...Brian Coca2015-03-271-3/+3
* | Update module pointersToshio Kuratomi2015-04-021-7/+7
* | Add AnsibleList for keeping track of line numbers in lists parsed from yamlToshio Kuratomi2015-04-022-1/+14
* | No longer need AnsibleComposerToshio Kuratomi2015-04-022-42/+3
* | Port v2 to the PyYAML C extensionToshio Kuratomi2015-04-023-35/+61
* | Fixing the synchronize action plugin for v2James Cammarata2015-04-022-33/+46
* | Fixing dupe option for -u in v2James Cammarata2015-04-021-2/+0
* | Merge branch 'v2_fixing' into develJames Cammarata2015-04-0225-337/+462
|\ \
| * | V2 fixing bugsJames Cammarata2015-04-0225-333/+455
* | | Move AnsibleBaseBaseYAMLObject's position_info into a propertyToshio Kuratomi2015-04-018-29/+22
* | | Use the node's start_mark to determine line and column.Toshio Kuratomi2015-04-011-30/+3
* | | Test line numbers and "fix" a bug in the scalar line countingToshio Kuratomi2015-04-011-3/+7
* | | Merge pull request #10579 from ansible/v2-unicode-yamlToshio Kuratomi2015-04-013-3/+43
|\ \ \
| * | | Add a yaml constructor for unicode strings:Toshio Kuratomi2015-04-013-3/+43
* | | | Merge pull request #10237 from emonty/remove-auth-tokenBrian Coca2015-04-011-0/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Align verify parameter with validate_certsMonty Taylor2015-04-011-1/+1
| * | | Add api timeout now that shade spports it everywhereMonty Taylor2015-03-311-0/+1
| * | | Update common OpenStack requests-related parametersMonty Taylor2015-03-061-2/+6
| * | | Remove state from central argument listMonty Taylor2015-02-261-1/+0
| * | | Port openstack module_utils changes to v2 branchMonty Taylor2015-02-131-0/+35
* | | | Just move things around so that new_inventory doesn't interfere with testingToshio Kuratomi2015-03-312-2/+2
* | | | Possible fix for the first newline and triple newline problemsv2-parse_kv-newlineToshio Kuratomi2015-03-301-3/+2
* | | | Various unicode and backslash escape cleanupsToshio Kuratomi2015-03-303-44/+34
* | | | Fix no closed parensToshio Kuratomi2015-03-301-5/+10
* | | | Remove fireball connection plugin. v2 will have accelerate but not fireballToshio Kuratomi2015-03-301-151/+0
* | | | Some notes on optimizing module_replacerToshio Kuratomi2015-03-301-0/+10
| |_|/ |/| |
* | | Update the module pointersToshio Kuratomi2015-03-261-8/+5
* | | v2 equivalent for https://github.com/ansible/ansible/pull/8564Toshio Kuratomi2015-03-261-4/+6
* | | Fix the command module handling of non-ascii values.Toshio Kuratomi2015-03-251-2/+7
* | | Convert exceptions to unicode using to_unicode rather than str. that stops u...Toshio Kuratomi2015-03-251-1/+2
* | | Add some comments to explain how the property code for Attributes worksToshio Kuratomi2015-03-231-7/+32
* | | readded -u optionBrian Coca2015-03-241-0/+2
* | | Rename munge methods to preprocess_data.Toshio Kuratomi2015-03-238-28/+33
* | | Remove comment on changing Base.munge => it's used by become.pyToshio Kuratomi2015-03-231-3/+0
* | | Get rid of iteritems usage when we only care about the keysToshio Kuratomi2015-03-231-6/+9
* | | Use class.mro() instead of custom base_class finder codeToshio Kuratomi2015-03-231-11/+1
| |/ |/|
* | Moving from getattr to properties for the v2 base classToshio Kuratomi2015-03-231-25/+29
* | Merge pull request #10518 from pilou-/file_mode_v2Toshio Kuratomi2015-03-221-1/+1
|\ \
| * | Port #10258 to v2Pierre-Louis Bonicoli2015-03-231-1/+1
* | | Fixing bug in v2 dynamic include code, pointed out by apollo13James Cammarata2015-03-221-1/+1
|/ /
* | added tag resolution mirroring updated v1Brian Coca2015-03-221-17/+42
* | added password prompting and become/sudo/su collapsingBrian Coca2015-03-211-0/+47
* | moved pipeline check to class var that was previouslly addedBrian Coca2015-03-211-3/+3
* | several fixes to cli toolsBrian Coca2015-03-211-16/+48
* | Removing some leftover debug prints and cleaning up test sampleJames Cammarata2015-03-203-4/+0