Commit Graph

34 Commits (94de4db928c274b4aa5006530789820c5bb7f5fa)

Author SHA1 Message Date
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
Michael DeHaan c1fe0dd719 Quote long variables in playbooks when feeding them to the setup command
14 years ago
Michael DeHaan 5371a9e497 Regression tests for playbooks, logging the events they call via callbacks.
14 years ago
Michael DeHaan b15c8e9cb1 Playbook test upgrades, made some notes about callbacks we need to add. Still need to compare events
14 years ago
Michael DeHaan 45abe3c16b Add unit tests for playbooks, and fix an error caught by one
14 years ago