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
Daniel Hokka Zakrisson 9e4fac5ebd Create a string parser for varReplace instead of using re
This fixes a few issues,
- ${foo}${bar} would be parsed as a variable named foo}${bar,
  which wouldn't be easily fixed without breaking ${foo.${bar}}
- allows escaping . in variable parts so e.g.
  ${hostvars.{test.example.com}.foo} works

This is slower than using re. 3 million templating calls take about
about twice as long to complete with this compared to the regexp,
from ~65 seconds to ~115 seconds on my laptop.
12 years ago
..
assemble.d - Makefile now works with freebsd (date command options are diff) 12 years ago
test_playbook_vars Always load group_vars and host_vars. 12 years ago
CentOS.yml
TestInventory.py Fix inventory.get_hosts when hosts is a list. 12 years ago
TestPlayBook.py Delete test that was coded against *local* resolv.conf -- obviously not going to be the same between people's computers 12 years ago
TestRunner.py Squashed commit of the following: 12 years ago
TestUtils.py Create a string parser for varReplace instead of using re 12 years ago
ansible_hosts - Makefile now works with freebsd (date command options are diff) 12 years ago
common_vars.yml
complex_hosts
default_os.yml
hosts_list.yml
inventory_api.py
playbook1.yml
results_list.yml Support iteration over command output in with_items. 12 years ago
sample.j2
simple_hosts
template-basic
template-whitespace
world Add test data file 12 years ago