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
Michael DeHaan 76fd769704 Merge pull request #3685 from mspaulding06/indexed_items
Indexed items lookup plugin
11 years ago
..
action_plugins Plug-ins loaded from top-level plug-in directory 12 years ago
assemble.d
inventory_dir Handle '#' in var strings by splitting on ' #' 12 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 12 years ago
TestPlayBook.py Merge branch 'changed_when' of git://github.com/stoned/ansible into changed_when 11 years ago
TestRunner.py Merge branch 'escape' of git://github.com/ngrilly/ansible into repr 12 years ago
TestUtils.py stringify conditional before handing it to Jinja2 for evaluation. 11 years ago
ansible.cfg
ansible_hosts
apt_key.gpg
common_vars.yml
complex_hosts
cron_test.yml
default_os.yml
hosts_list.yml
inventory_api.py
jinja2_overrides.tpl
large_range
lookup_plugins.yml Merge pull request #3685 from mspaulding06/indexed_items 11 years ago
playbook-changed_when.yml Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression 11 years ago
playbook-ignore-errors.yml Add test for 'ignore_errors:' 11 years ago
playbook-included.yml
playbook-includer.yml Since we removed the (undocumented) playbook include + with_items code, fix the tests to 12 years ago
playbook-templated-includer.yml Enabled the use of extra vars in playbook file paths when including playbooks from other playbooks. 11 years ago
playbook-when.yml Prevent premature substitution of variables into tasks 12 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. 12 years ago
results_list.yml
rocannon.txt Added test cases for lineinfile. 12 years ago
sample.j2
simple_hosts
task-included.yml Test case and fix for shlex.split unicode bug 12 years ago
task-includer.yml Test case and fix for shlex.split unicode bug 12 years ago
template-basic
template-whitespace
world