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/library
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
..
cloud Change route53 module to use shared ec2 authorization module snippet 12 years ago
commands Allow for relative paths by using abspath 13 years ago
database Merge pull request #4307 from damianmoore/mysql_gzip_bzip2_support 12 years ago
files Added replace module 12 years ago
internal Correct documentation URLs 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Add missing version_added description in docs. 13 years ago
monitoring Monit fix - Use case insensitive comparison 12 years ago
net_infrastructure Merge pull request #4161 from stygstra/openvswitch-modules 12 years ago
network Correct documentation URLs 12 years ago
notification Remove examples of module antipattern of setting the choices array for boolean types. 12 years ago
packaging Addresses #4628 evaluate package check return properly and exit failure if not present 12 years ago
source_control Fix documentation formatting. 12 years ago
system Add more error detail to the service module for FreeBSD 12 years ago
utilities Merge pull request #4772 from mscherer/fix_4763 12 years ago
web_infrastructure Allow generic django_management commands 12 years ago