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
2013-11-16 13:23:50 -06:00
..
cloud Change route53 module to use shared ec2 authorization module snippet 2013-11-12 14:16:30 -05:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Merge pull request #4307 from damianmoore/mysql_gzip_bzip2_support 2013-11-07 15:07:59 -05:00
files Added replace module 2013-11-16 13:23:50 -06:00
internal Correct documentation URLs 2013-11-08 15:02:45 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
net_infrastructure Merge pull request #4161 from stygstra/openvswitch-modules 2013-11-12 11:20:20 -08:00
network Correct documentation URLs 2013-11-08 15:02:45 -05:00
notification Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
packaging Addresses #4628 evaluate package check return properly and exit failure if not present 2013-11-12 10:37:27 -05:00
source_control Fix documentation formatting. 2013-10-31 20:00:11 -04:00
system Add more error detail to the service module for FreeBSD 2013-11-12 00:02:30 -05:00
utilities Merge pull request #4772 from mscherer/fix_4763 2013-11-04 15:36:02 -08:00
web_infrastructure Allow generic django_management commands 2013-10-18 17:26:10 -07:00