Commit Graph

110 Commits (0.7)

Author SHA1 Message Date
Brian Coca 83d1028a21 - Makefile now works with freebsd (date command options are diff)
14 years ago
Michael DeHaan 508c04b85b remove svn tests
14 years ago
Dane Summers eb49ee38ae full test case for subversion, minimal tests for git
14 years ago
Dave Peticolas b42e835aab Always load group_vars and host_vars.
14 years ago
Michael DeHaan 9041adddaa Add support for ranged patterns like webservers[0-49] for hitting the first 50 webservers.
14 years ago
Michael DeHaan de21cb27d8 Remove tests that involve network effects -- makes things faster and they are not really deep tests here either way.
14 years ago
Michael DeHaan 259f2dc4de Various retooling of the internal code behind inventory pattern matching in support of pending support
14 years ago
Dave Peticolas 08272dc25d Remove unused imports.
14 years ago
Michael DeHaan 1c9b43df1b more whitespace
14 years ago
Petros Moisiadis 2ac4acbf97 fixes for tests
14 years ago
Will Thames 845a7ac5ae test_one not working as tests after skipped test failing, because
14 years ago
Michael DeHaan d79900b434 Merge pull request #732 from willthames/fix_git_fail_json
14 years ago
u348095 e863ba0cec Fixes for git module when it fails.
14 years ago
Michael DeHaan fe558f680a Fix some failing tests, script tests seem to indicate magic variables are not being provided
14 years ago
Michael DeHaan 47cead3603 Merge pull request #727 from sfromm/git
14 years ago
willthames 1bcba4f4a2 test/TestRunner.py now executes false with no directory prefix
14 years ago
Stephen Fromm 90bf67cf56 Make test_git functional in TestRunner.py
14 years ago
Michael DeHaan 8fa4dc3920 Small change to previous patch, make ranges of hosts inclusive.
14 years ago
Chin Fang e3b2521f01 Added a host expansion feature to ansible's inventory parsing
14 years ago
Michael DeHaan dde11baa56 Remove YAML inventory tests since this is now deprecated.
14 years ago
Michael DeHaan 9e62fd42b5 update test utils code
14 years ago
Michael DeHaan 867b2437cc consolidate output code in callbacks.py, from utils, remove extra functions
14 years ago
Michael DeHaan 279b5965b8 Much streamlining around setup steps in playbooks, now only run setup once per play.
14 years ago
Michael DeHaan 931f9f1a61 Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
14 years ago
Michael DeHaan 60f295f7a0 Squashed commit of the following:
14 years ago
Michael DeHaan efac68b636 Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose.
14 years ago
Jeroen Hoekx d592e15dcc Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.
14 years ago
Daniel Hokka Zakrisson 031c75e53a Update tests to reflect new API
14 years ago
Daniel Hokka Zakrisson 24d73b0fe6 Add tests of iterative templating
14 years ago
Daniel Hokka Zakrisson 05a7a3725b Add tests of host exclusions
14 years ago
Michael DeHaan bd893b765b Merge pull request #459 from dhozac/with_items-variable
14 years ago
Stephen Fromm 9cf182c225 Add assemble module
14 years ago
Daniel Hokka Zakrisson a05da2d312 Allow with_items to specify a variable
14 years ago
John Kleint 70837469c6 Properly template list of hosts in playbooks.
14 years ago
Matt Goodall 639763c138 Allow "=" in k-v values.
14 years ago
Michael DeHaan 8e88667f82 Fix hosts being in multiple groups, and duplicate host references in the same inventory file.
14 years ago
Jeroen Hoekx ecc0b0770c If /usr/share/dict/words does not exist, use cracklib-small to test large output.
14 years ago
Michael DeHaan d4f660edc3 Do not run unit tests against the EVENTS code because it is subject to change and that does not mean anything is broken.
14 years ago
Michael DeHaan f8807da57b Merge pull request #363 from jhoekx/template-only-if
14 years ago
Jeroen Hoekx cd9f926b5f Fix correct variable expansion in includes only_if.
14 years ago
Jeroen Hoekx 3cbc229990 Support list indexing in varReplace.
14 years ago
Jeroen Hoekx 74e21e6154 Fixup unicode varReplace templating.
14 years ago
Michael DeHaan 36639186e0 Merge pull request #362 from jhoekx/uppercase-vars
14 years ago
John Kleint 83b9a43e60 Add test for large output; fix indentation.
14 years ago
Jeroen Hoekx dc60f2d844 Allow camelCase variables in varreplace.
14 years ago
Jeroen Hoekx 2bbc05185e Make no_engine the default templating action.
14 years ago
Jeroen Hoekx 82144fd543 Support nested variables in varReplace.
14 years ago
Jeroen Hoekx e09572a8e1 Inventory: undefined group -> ungrouped.
14 years ago
Jeroen Hoekx d419a13ca7 Inventory: support list of vars in host.
14 years ago
Michael DeHaan 157d21b1c3 Add tests for new advanced inventory features (groups of groups, group variables) in the default INI format file.
14 years ago