summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow "=" in k-v values.Matt Goodall2012-05-231-0/+7
* Fix hosts being in multiple groups, and duplicate host references in the same...Michael DeHaan2012-05-192-2/+20
* If /usr/share/dict/words does not exist, use cracklib-small to test large out...Jeroen Hoekx2012-05-151-1/+6
* Do not run unit tests against the EVENTS code because it is subject to change...Michael DeHaan2012-05-095-196/+0
* Merge pull request #363 from jhoekx/template-only-ifMichael DeHaan2012-05-114-0/+55
|\
| * Fix correct variable expansion in includes only_if.Jeroen Hoekx2012-05-114-0/+55
* | Merge pull request #362 from jhoekx/uppercase-varsMichael DeHaan2012-05-111-0/+10
|\ \
| * | Allow camelCase variables in varreplace.Jeroen Hoekx2012-05-111-0/+10
| |/
* | Add test for large output; fix indentation.John Kleint2012-05-111-199/+203
|/
* Support list indexing in varReplace.Jeroen Hoekx2012-05-101-0/+50
* Fixup unicode varReplace templating.Jeroen Hoekx2012-05-101-0/+22
* Make no_engine the default templating action.Jeroen Hoekx2012-05-091-2/+2
* Support nested variables in varReplace.Jeroen Hoekx2012-05-091-0/+155
* Inventory: undefined group -> ungrouped.Jeroen Hoekx2012-05-081-2/+2
* Inventory: support list of vars in host.Jeroen Hoekx2012-05-082-1/+11
* Add tests for new advanced inventory features (groups of groups, group variab...Michael DeHaan2012-05-062-8/+92
* Further work on making the YAML inventory parser use the new inventory objects.Michael DeHaan2012-05-061-21/+20
* Reinstate external inventory script support this time using the new more OO-e...Michael DeHaan2012-05-061-6/+2
* Refactored inventory to make it object oriented, need to make YAML format and...Michael DeHaan2012-05-051-30/+34
* Define 'inventory_hostname' variable for hosts.Jeroen Hoekx2012-05-021-8/+19
* Modify /usr/bin/ansible and playbooks to use the new async API.Jeroen Hoekx2012-05-011-3/+6
* Introduce group_names in template variables.Jeroen Hoekx2012-04-282-7/+23
* Reinstate --extra-vars, which can do things in playbooks like:Michael DeHaan2012-04-261-1/+2
* Fix tests for facter and the ansible_facts API.Jeroen Hoekx2012-04-241-2/+2
* Allow modules to return facts.Jeroen Hoekx2012-04-231-2/+4
* Fix bug in src. Should not code this early :)Michael DeHaan2012-04-201-1/+3
* Support dicts in inventory vars.Jeroen Hoekx2012-04-192-3/+5
* Don't force down ansible facts back to setup, the setup module won't like par...Michael DeHaan2012-04-181-0/+1
* The fetch module really should preserve the whole directory structure being f...Michael DeHaan2012-04-181-2/+1
* Don't test modules that aren't present.Jeroen Hoekx2012-04-171-1/+14
* verbose option is not being used, so remove it. debug variable still exists.Michael DeHaan2012-04-162-2/+0
* Remove extra_vars testsMichael DeHaan2012-04-161-18/+0
* Return a copy of the host variables.Jeroen Hoekx2012-04-161-0/+9
* List hosts in no group in the ungrouped group.Jeroen Hoekx2012-04-162-0/+16
* Add YAML inventory format.Jeroen Hoekx2012-04-162-0/+100
* Export SSH port number as host variable.Jeroen Hoekx2012-04-161-0/+6
* Ignore port numbers in simple inventory formatJeroen Hoekx2012-04-161-1/+1
* Reimplement the class method on Runner.Jeroen Hoekx2012-04-161-1/+25
* Add tests for Inventory class.Jeroen Hoekx2012-04-163-0/+194
* Warn if no hosts matchedMichael DeHaan2012-04-111-0/+2
* Simplify playbook tests so things are not timing dependent in the poll sectio...Michael DeHaan2012-04-112-330/+15
* Rename test class to match what it is testingMichael DeHaan2012-04-111-1/+1
* Some tweaks to the fetch module. 'err' return was for stderr, so that should...Michael DeHaan2012-04-111-0/+8
* Update test file -- we probably should not include the poll as the number of ...Michael DeHaan2012-04-101-15/+0
* Allow variables coming in from the playbook and the API to be expressed as di...Michael DeHaan2012-04-101-2/+17
* Update tests to use 127.0.0.2 to bypass the smart "use local connection" code...Michael DeHaan2012-04-063-26/+35
* Polling timing change results in need to change events file for tests.Michael DeHaan2012-04-021-16/+0
* Fix syntax error in user patchMichael DeHaan2012-04-021-1/+1
* Surface module debug (-D) to /usr/bin/ansible alsoMichael DeHaan2012-03-311-0/+3
* Disable ohai test as it's hanging for whatever reason, but doesn't do this in...Michael DeHaan2012-03-311-3/+7