You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
George Miroshnykov c642ba77ae Added basic support for hash_behaviour=merge in roles
Dict vars passed to roles are now properly merged
instead of simply overriding dict vars that are
coming from vars_files.
11 years ago
..
action_plugins Plug-ins loaded from top-level plug-in directory 11 years ago
assemble.d
inventory_dir Handle '#' in var strings by splitting on ' #' 11 years ago
test_hash_behavior Added basic support for hash_behaviour=merge in roles 11 years ago
test_playbook_vars
CentOS.yml
TestConstants.py
TestFilters.py Disable filter test for now since it should really be testing at a lower level. 12 years ago
TestInventory.py Disable inventory test 11 years ago
TestPlayBook.py Added basic support for hash_behaviour=merge in roles 11 years ago
TestRunner.py Merge branch 'escape' of git://github.com/ngrilly/ansible into repr 11 years ago
TestUtils.py Some continued work on new-style templates and associated test code changes. Legacy template functions 11 years ago
ansible.cfg
ansible_hosts
apt_key.gpg add apt_key module 12 years ago
common_vars.yml
complex_hosts Merge pull request #1776 from junegunn/inventory-group-var-ws 12 years ago
cron_test.yml Cron module upgrades 12 years ago
default_os.yml
hosts_list.yml
inventory_api.py
jinja2_overrides.tpl moved override matching string to variable changed test template to match Signed-off-by: Brian Coca <briancoca+ansible@gmail.com> 12 years ago
large_range Alphabetic inventory hostname patterns. 12 years ago
lookup_plugins.yml password lookup plugin, with working tests and documentation 11 years ago
playbook-included.yml Make use of yes/no booleans in playbooks 12 years ago
playbook-includer.yml Since we removed the (undocumented) playbook include + with_items code, fix the tests to 11 years ago
playbook-when.yml Prevent premature substitution of variables into tasks 11 years ago
playbook1.yml Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line. 11 years ago
results_list.yml
rocannon.txt Added test cases for lineinfile. 12 years ago
sample.j2 Fixing bug with unicode templates. 12 years ago
simple_hosts Alphabetic inventory hostname patterns. 12 years ago
task-included.yml Test case and fix for shlex.split unicode bug 11 years ago
task-includer.yml Test case and fix for shlex.split unicode bug 11 years ago
template-basic
template-whitespace
world