summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 2.0.0-0.7.rc2v2.0.0-0.7.rc2James Cammarata2015-12-073-1/+1
* corrected usage of ec2.py's profile optionBrian Coca2015-12-071-3/+2
* Fix issue when var name is the same as content.Yannig Perré2015-12-071-1/+5
* More meaningful string representation for meta tasks (like 'noop' and 'flush_...Nils Steinger2015-12-071-1/+4
* added extract filter to changelogBrian Coca2015-12-071-0/+9
* bugfix for ios.py shared module argument creationPeter Sprygada2015-12-071-18/+3
* Use self.args when we parse arguments that way the arguments can be construct...Toshio Kuratomi2015-12-066-6/+6
* Add representers so we can output yaml for all the types we read in from yamlToshio Kuratomi2015-12-061-1/+11
* Make no_target_syslog consistent.Luca Berruti2015-12-054-4/+4
* only set become defaults at last possible momentBrian Coca2015-12-052-7/+12
* simplified get_hosts code to have 1 retrun pointBrian Coca2015-12-051-14/+14
* Remove duplicates from host list *before* caching itNils Steinger2015-12-051-2/+2
* updated pull location in changelogBrian Coca2015-12-051-1/+1
* Add fullstop to make sentence make sense. Touch parargraph while at it.sam-at-github2015-12-041-2/+2
* comment examples in default hosts file“Brice2015-12-041-17/+17
* Transform exceptions into ansible messages via to_unicode instead of str to a...Toshio Kuratomi2015-12-041-5/+5
* Correct connection type returned by libvirt_lxc inventory scriptFlorian Haas2015-12-041-2/+2
* Adding a uuid field so we can track host equality across serialization tooJames Cammarata2015-12-041-1/+6
* Update submodule refsToshio Kuratomi2015-12-042-0/+0
* Changing up how host (in)equality is checkedJames Cammarata2015-12-043-5/+3
* fixed ansible-pull broken optionsBrian Coca2015-12-032-14/+23
* return unique list of hostsBrian Coca2015-12-031-1/+1
* reverted to previous pull checkout dir behaviourBrian Coca2015-12-031-1/+6
* corrected playbook path, reformated options helpBrian Coca2015-12-031-4/+5
* Now and/or shell expressions depend on shell pluginBrian Coca2015-12-032-6/+19
* For now, skip tests of module_utils/basic functions that are failing onToshio Kuratomi2015-12-032-0/+4
* Properly compare object references for Hosts when adding new onesJames Cammarata2015-12-031-1/+6
* fix sorting of groups for host varsJames Cammarata2015-12-031-3/+2
* Properly default remote_user for delegated-to hostsJames Cammarata2015-12-031-1/+1
* Also some unicode tests for return_values()Toshio Kuratomi2015-12-021-0/+2
* Add some test data that has unicode valuesToshio Kuratomi2015-12-021-0/+4
* Don't compare or merge str with unicodeToshio Kuratomi2015-12-021-3/+20
* updated docs for 2.0 apiBrian Coca2015-12-021-8/+64
* Default msg param to AnsibleError to avoid serialization problemsJames Cammarata2015-12-021-1/+1
* Don't use play vars in HostVarsJames Cammarata2015-12-023-17/+4
* Fix template test results on python2.6Toshio Kuratomi2015-12-021-0/+1
* Add example for regex_replace using named groupsmuffl0n2015-12-021-0/+3
* Get v2_playbook_on_start workingMatt Martz2015-12-023-3/+8
* Use CLI.expand_tilde also for the vault --output fileAbhijit Menon-Sen2015-12-021-1/+2
* added remote environment var setting to changelogBrian Coca2015-12-021-0/+1
* Make module_lang default to whatever LANG is set to on the control nodeAbhijit Menon-Sen2015-12-021-1/+1
* Catch additional assertion errors for load_list_of_blocksMatt Martz2015-12-022-6/+9
* better error on invalid task listsBrian Coca2015-12-021-1/+4
* Minor tweak and comment addition to 974a0ce3James Cammarata2015-12-021-4/+2
* Update debug messages and commentsChristoph Dittmann2015-12-021-4/+4
* Fix issue #13370Christoph Dittmann2015-12-021-1/+1
* Let PlayIterator.add_tasks accept empty task listsChristoph Dittmann2015-12-021-0/+3
* updated new module listBrian Coca2015-12-011-13/+30
* reformated test, changed big assert to with_itemsBrian Coca2015-12-011-32/+34
* unconditionally set vars on init to avoid issues with var precedenceBrian Coca2015-12-011-2/+3