Commit Graph

54 Commits (58e8a97e91f190c0fb2295dfd79a50c712d77370)

Author SHA1 Message Date
Michael DeHaan 7c6341718e Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp
13 years ago
willthames 377bc31311 Prevent premature substitution of variables into tasks
13 years ago
Michael DeHaan e8085ad40c Since we removed the (undocumented) playbook include + with_items code, fix the tests to
13 years ago
willthames 9d87733f98 Test case and fix for shlex.split unicode bug
13 years ago
George Miroshnykov 6826aa7360 Tweaked merge_hash to also affect Runner behavior
13 years ago
Michael DeHaan 2c783c7145 Disable a test temporarily
13 years ago
Michael DeHaan cdaa2085ee Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line.
13 years ago
Javier Candeira ca6c36e1ac password lookup plugin, with working tests and documentation
13 years ago
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
13 years ago
Michael DeHaan 0c4b30a471 Aliased node test doesn't make sense locally, so remove it.
14 years ago
Michael DeHaan 9985995a9d Make tests use the local connection type, fix missing callback in tests.
14 years ago
Daniel Hokka Zakrisson eebbbd3f0e Make parameterized playbook includes work with vars as a list
14 years ago
Daniel Hokka Zakrisson 5752d2a850 Fix lookup plugin test properly
14 years ago
Daniel Hokka Zakrisson f91fa9f765 Fix lookup plugin test
14 years ago
Daniel Hokka Zakrisson 9c095b72b9 Add parameterized playbook includes
14 years ago
Daniel Hokka Zakrisson 43419d7b20 Add tests for lookup plugins
14 years ago
Daniel Hokka Zakrisson 40af8eff14 Add testcase for first_available_file
14 years ago
Daniel Hokka Zakrisson fbda2d4628 Use default port if ansible_ssh_port is not set for the delegated node
14 years ago
Michael DeHaan 6ba30170dd Make group_vars and host_vars available to usr/bin/ansible, and make vars_plugins exist
14 years ago
Daniel Hokka Zakrisson 1449c8ac67 Fix ansible_ssh_host again
14 years ago
Michael DeHaan e1ecb95b3d Delete test that was coded against *local* resolv.conf -- obviously not going to be the same between people's computers
14 years ago
Michael DeHaan 08b70949c7 Fix a test and a typo in an example
14 years ago
John Kleint 2a002f5c0b Support iteration over command output in with_items.
14 years ago
Michael DeHaan 04555f525e Fix a test from a previous pull request.
14 years ago
Brian Coca 83d1028a21 - Makefile now works with freebsd (date command options are diff)
14 years ago
Dave Peticolas b42e835aab Always load group_vars and host_vars.
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 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 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
John Kleint 70837469c6 Properly template list of hosts in playbooks.
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
Jeroen Hoekx cd9f926b5f Fix correct variable expansion in includes only_if.
14 years ago
Jeroen Hoekx 029fe1273c Modify /usr/bin/ansible and playbooks to use the new async API.
14 years ago
Michael DeHaan b9982fc17b Reinstate --extra-vars, which can do things in playbooks like:
14 years ago
Michael DeHaan c0c691089d Fix bug in src. Should not code this early :)
14 years ago
Michael DeHaan 3f26a1c7f6 verbose option is not being used, so remove it. debug variable still exists.
14 years ago
Michael DeHaan 08c593bee1 Warn if no hosts matched
14 years ago
Michael DeHaan b9e3b053f9 Simplify playbook tests so things are not timing dependent in the poll section, which is leading to tests
14 years ago
Michael DeHaan e103bdda93 Rename test class to match what it is testing
14 years ago
Michael DeHaan 4792021f47 Fix syntax error in user patch
14 years ago
Michael DeHaan 2511992659 Surface module debug (-D) to /usr/bin/ansible also
14 years ago
Michael DeHaan 6dda6f12dc Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks.
14 years ago
Michael DeHaan 6ab615c724 Code cleanup for playbooks, also added 'on_skipped' callback
14 years ago
Michael DeHaan a5f4ca50b8 Ratchet up logging a few notches prior to controlling w/ verbosity settings
14 years ago
Michael DeHaan b5c62ec068 Enhance logging, way to gate verbosity levels pending.
14 years ago
Michael DeHaan 4de7bbb169 Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive
14 years ago