summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework how the Conditional class deals with undefined varsissue_18514_nested_undefined_conditionalJames Cammarata2016-11-222-10/+43
* Removing q debugging cruft from ansible-connectionJames Cammarata2016-11-211-16/+0
* Removing test script for ansible-connectionJames Cammarata2016-11-211-27/+0
* Cache dynamically included blocks for later lookup via uuidJames Cammarata2016-11-211-0/+1
* Adding a persistent connection utilityJames Cammarata2016-11-216-4/+428
* Convert playbook basedir into unicode at the bordersToshio Kuratomi2016-11-211-2/+3
* Check for negative defined logic in conditionalsJames Cammarata2016-11-211-2/+2
* When iterating over hostvars yield the hostname not the host objectJames Cammarata2016-11-211-3/+3
* fixes issue with setting the terminal length (pager) in vyos (#18546)Peter Sprygada2016-11-212-1/+7
* Add test cases for VyOS commands that don't honor paging settings (#18553)Sam Doran2016-11-211-0/+19
* change to ~ instead of $HOME to avoid undefined (#18551)Brian Coca2016-11-212-6/+6
* Replaced iterkeys with 'for key in dict' for #18507 (#18538)Andrea Tartaglia2016-11-211-1/+1
* Network docs fragments: fix copy paste errors (#18564)John R Barker2016-11-214-4/+4
* cloudstack: add helpers to distinguish VMs not in VPC (#18560)René Moser2016-11-201-1/+36
* Test that changing the flags on a mounted filesystem works (#18552)Toshio Kuratomi2016-11-191-1/+38
* Update submodule ref for mount fixesToshio Kuratomi2016-11-191-8/+5
* cloudstack: fix distinguish VPC and other networks (#18515)René Moser2016-11-191-0/+3
* Change old recommendation about insecure variables (#18493)Silvio Tomatis2016-11-191-2/+2
* Updated rax guide for handling RackConnect (#16101)Tim Nelson2016-11-191-0/+13
* update FAQ (#18472)Bill Nottingham2016-11-191-3/+3
* Add link to licence file (COPYING) in README (#18521)Valentin2016-11-191-0/+5
* Properly sort groups by name as well as depth when getting varsJames Cammarata2016-11-182-2/+2
* With role params also keep special params in the ds as well as paramsJames Cammarata2016-11-181-0/+11
* Update submodule refsToshio Kuratomi2016-11-181-5/+7
* openstack: iterate through nova addresses with six (#18408)Ben Cordero2016-11-181-1/+2
* disable win_async_wrapper success loop test to keep CI happyMatt Davis2016-11-181-25/+27
* Moved the _inventory.clear_group_dict_cache() from creating a group w… (#17...jamessewell2016-11-181-3/+4
* Update test to use keyserver.ubuntu.com.Matt Clay2016-11-181-1/+1
* retag win_async_wrapper test to run on module changesMatt Davis2016-11-181-1/+1
* bump submodule refsMatt Davis2016-11-182-18/+10
* Default include_role results to empty list in linear strategy pluginAndrew Haines2016-11-181-1/+1
* disable 'dense' callback in py26Brian Coca2016-11-181-28/+40
* Return failed instead of raising an error when an include_vars file is missingJames Cammarata2016-11-181-1/+1
* FreeIPA: Add support for nested hostgroups in FreeIPA (#14695)Ryan Groten2016-11-181-5/+11
* Fix command typo in integration tests README file (#18539)Ganesh Nalawade2016-11-181-1/+1
* added new callback denseBrian Coca2016-11-171-0/+4
* Adapt callback functions to changes in 13f3cbaf3b82e28de334162f04d498f6cac8ab0eDag Wieers2016-11-171-0/+12
* Implement destructor to ensure newline and terminal attributesDag Wieers2016-11-171-2/+5
* Reset VT100 attributes in case we get unexpected outputDag Wieers2016-11-171-0/+2
* Rename ansi to the more correct name vt100Dag Wieers2016-11-171-52/+51
* Implement our own detailed task outputDag Wieers2016-11-171-46/+56
* Ensure we end with a newline in normal modeDag Wieers2016-11-171-9/+10
* Small fix so diff output starts on a new lineDag Wieers2016-11-171-13/+33
* Don't try to be smart with cmd output !Dag Wieers2016-11-171-3/+0
* Make everything work magically !Dag Wieers2016-11-171-48/+48
* Assorted improvementsDag Wieers2016-11-171-102/+131
* Assorted fixesDag Wieers2016-11-171-16/+91
* Implement support for itemized tasksDag Wieers2016-11-171-13/+23
* Preliminary support for items, WIPDag Wieers2016-11-171-6/+15
* Improve readabilityDag Wieers2016-11-171-35/+35