Commit Graph

101 Commits (b76efa39be063dd15da8d4eabc310eb0f673e295)

Author SHA1 Message Date
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
Michael DeHaan 1a00e2635e Further work on making the YAML inventory parser use the new inventory objects.
14 years ago
Michael DeHaan 256377166a Reinstate external inventory script support this time using the new more OO-ey inventory system.
14 years ago
Michael DeHaan 0669ce858a Refactored inventory to make it object oriented, need to make YAML format and executable script
14 years ago
Jeroen Hoekx 03541baba7 Define 'inventory_hostname' variable for hosts.
14 years ago
Jeroen Hoekx 029fe1273c Modify /usr/bin/ansible and playbooks to use the new async API.
14 years ago
Jeroen Hoekx b87710a1df Introduce group_names in template variables.
14 years ago
Michael DeHaan b9982fc17b Reinstate --extra-vars, which can do things in playbooks like:
14 years ago
Jeroen Hoekx cc579a8aa2 Fix tests for facter and the ansible_facts API.
14 years ago
Jeroen Hoekx 2dc9a563ef Allow modules to return facts.
14 years ago