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.
Evan Kaufman
e88ab431f0
Added replace module
...
Heavily based on existing lineinfile module, but where it literally tests a regexp against
*each individual line* of a file, this replace module is more analogous to common uses of
a `sed` or `perl` match + replacement of all instances of a pattern anywhere in the file.
Was debating adding `all` boolean or `count` numeric options to control how many
replacements to make in the destfile (vs currently replacing all instances)
Noted use of MULTILINE mode in docs, per suggestion from @jarv
12 years ago
..
action_plugins
Plug-ins loaded from top-level plug-in directory
13 years ago
assemble.d
- Makefile now works with freebsd (date command options are diff)
14 years ago
inventory
add one last test, for combined range, which make ansible.inventory.expand_hosts
13 years ago
inventory_dir
Handle '#' in var strings by splitting on ' #'
13 years ago
test_callbacks
add test for the disabling of callback plugins
13 years ago
test_hash_behavior
Added basic support for hash_behaviour=merge in roles
13 years ago
test_playbook_undefined_vars
Add tests for undefined variable detection
13 years ago
test_playbook_vars
Always load group_vars and host_vars.
14 years ago
CentOS.yml
Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive
14 years ago
TestCallback.py
Fix TestInventory class by explicitly using /bin/bash
12 years ago
TestConstants.py
Fixed tests to reflect desired configuration behaviour
13 years ago
TestFilters.py
Add regex (search, match, regex) jinja2 filters. Fixes #3725
12 years ago
TestInventory.py
Return inventory objects in the order they are presented. Additionally, fix host slicing such that it works on Python terms with
12 years ago
TestPlayBook.py
Remove some obsolete tests (mechanism of error detection suboptimal, replacements pending)
12 years ago
TestRunner.py
Added replace module
12 years ago
TestUtils.py
Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 4587528b 9b1fe455 214b0b05 8d3db803 7f9504d1 5031104c 35cb9dc2 2bd8cb57 1e85c754
12 years ago
ansible.cfg
Fixed tests to reflect desired configuration behaviour
13 years ago
ansible_hosts
- Makefile now works with freebsd (date command options are diff)
14 years ago
apt_key.gpg
add apt_key module
13 years ago
common_vars.yml
Fix correct variable expansion in includes only_if.
14 years ago
complex_hosts
add a test to cover bound stepping in inventory
13 years ago
cron_test.yml
Added remote_user to plays
12 years ago
default_os.yml
Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive
14 years ago
gce_tests.py
adding Google Compute Engine modules and inventory plugin
12 years ago
hosts_list.yml
Make tests use the local connection type, fix missing callback in tests.
13 years ago
inventory_api.py
Return multiple groups from inventory API.
13 years ago
jinja2_overrides.tpl
moved override matching string to variable changed test template to match Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
13 years ago
known_hosts.txt
Added replace module
12 years ago
large_range
Alphabetic inventory hostname patterns.
13 years ago
lookup_plugins.yml
Merge pull request #3685 from mspaulding06/indexed_items
13 years ago
playbook-always-run.yml
Introduce the 'always_run' task clause.
13 years ago
playbook-changed_when.yml
Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression
13 years ago
playbook-failed_when.yml
Add failed_when module variable.
12 years ago
playbook-ignore-errors.yml
Add test for 'ignore_errors:'
13 years ago
playbook-templated-includer.yml
Enabled the use of extra vars in playbook file paths when including playbooks from other playbooks.
13 years ago
playbook1.yml
Remove some obsolete tests (mechanism of error detection suboptimal, replacements pending)
12 years ago
restrict_pattern
increase test coverage of inventory by around 5% according to nose
13 years ago
results_list.yml
Make tests use the local connection type, fix missing callback in tests.
13 years ago
rocannon.txt
Added test cases for lineinfile.
13 years ago
sample.j2
Fixing bug with unicode templates.
13 years ago
simple_hosts
Alphabetic inventory hostname patterns.
13 years ago
template-basic
Update tests to reflect new API
14 years ago
template-whitespace
Update tests to reflect new API
14 years ago
world
Add test data file
13 years ago