summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove the -D module debug flag, which no longer is functional due to sudo pt...Michael DeHaan2012-06-191-1/+1
* Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.Jeroen Hoekx2012-06-272-3/+5
* Update tests to reflect new APIDaniel Hokka Zakrisson2012-06-183-17/+16
* Add tests of iterative templatingDaniel Hokka Zakrisson2012-06-161-0/+11
* Add tests of host exclusionsDaniel Hokka Zakrisson2012-06-151-0/+18
* Merge pull request #459 from dhozac/with_items-variableMichael DeHaan2012-06-131-1/+1
|\
| * Allow with_items to specify a variableDaniel Hokka Zakrisson2012-06-091-1/+1
* | Add assemble moduleStephen Fromm2012-06-114-0/+31
|/
* Properly template list of hosts in playbooks.John Kleint2012-05-312-0/+18
* 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