Commit Graph

207 Commits (013cd389294cd6722d151fcaabbd3606a4e377e5)

Author SHA1 Message Date
George Miroshnykov c642ba77ae Added basic support for hash_behaviour=merge in roles
13 years ago
Michael DeHaan 4ae3ef8af9 Disable inventory test
13 years ago
Pol Llovet 4432c01ceb Handle '#' in var strings by splitting on ' #'
13 years ago
Pol Llovet ba78360c52 Remove inline comments from inventory tokenizing.
13 years ago
Michael DeHaan a9fcea5893 Merge branch 'escape' of git://github.com/ngrilly/ansible into repr
13 years ago
Dale Sedivec 611d56dc4c Plug-ins loaded from top-level plug-in directory
13 years ago
Nicolas Grilly 75ceb80572 Escape args injected in new style modules
13 years ago
David Simon 190ce16bab Dealing with invalid symlinks and symlink permissions
13 years ago
Dale Sedivec 515fd9e915 copy action plug-in check mode respects force=no
13 years ago
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 81a926547c Some continued work on new-style templates and associated test code changes. Legacy template functions
13 years ago
Michael DeHaan b09ef21ec9 Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we
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 7116c83c4a Standardize test output
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
tin ca581840ef Added additional lineinfile documentation.
13 years ago
tin f9b70822d2 Fixed to the lineinfile module.
13 years ago
Javier Candeira ca6c36e1ac password lookup plugin, with working tests and documentation
13 years ago
Michael DeHaan 839dff8eae Disable filter test for now since it should really be testing at a lower level.
13 years ago
Daniel Hokka Zakrisson 1f8805d9e0 Add some tests for directory-based inventory
13 years ago
Devin Bayer fca1167a0e add to_nice_yaml|json filters
13 years ago
Yves Dorfsman cff8cdd428 Using the _get_test and _get_stage methods.
13 years ago
Yves Dorfsman 943829c9b7 Added test cases for lineinfile.
13 years ago
Mike Grozak 171a01deac Cron module upgrades
13 years ago
Rune Kaagaard 7a8b27f716 Fixing bug with unicode templates.
13 years ago
Daniel Hokka Zakrisson a79373f6b2 Make template_ds the only templater
13 years ago
Juha Litola 2796603c92 Removed apt_key tests, as they didn't test the real functionality.
13 years ago
Jayson Vantuyl ad6373430b add apt_key module
13 years ago
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
13 years ago
Daniel Hokka Zakrisson 87b2378e22 Resolve variable references inside variables
13 years ago
Michael DeHaan 04195e202d Merge pull request #1747 from njharman/alpharange
14 years ago
Michael DeHaan 4bcdd24688 Merge pull request #1776 from junegunn/inventory-group-var-ws
14 years ago
Michael DeHaan dede11750c Merge pull request #1775 from dagwieers/boolean-yes-no
14 years ago
Junegunn Choi 7fbb7e079a Fix hostname expansion bug in inventory parser
14 years ago
Junegunn Choi daf797804b Allows whitespaces around assignment operators
14 years ago
Dag Wieers 66fb7fd9de Make use of yes/no booleans in playbooks
14 years ago
Michael DeHaan 70bb7d1e54 Merge pull request #1696 from gregorg/enhance_limit
14 years ago
Daniel Hokka Zakrisson 54b45e9bd4 Allow intersecting host patterns by using &
14 years ago
Norman J. Harman Jr 6603737e4d Alphabetic inventory hostname patterns.
14 years ago
Gregory Duchatelet 8bc1b69c58 Add a unit test to subset limiting via a regex, and some doc in man
14 years ago
Brian Coca 6a1e2aaff5 moved override matching string to variable changed test template to match Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
14 years ago
Brian Coca d751d88b48 added test for template overrides Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
14 years ago
Daniel Hokka Zakrisson 0c70abfaa9 Make sure any existing groups gets reused
14 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 e74ffd6764 Lookup plugin arguments need to be templated
14 years ago