Yves Dorfsman
1cc9fa0fc8
Modified to follow Daniel Hokka Zakrisson's recommendations.
12 years ago
Yves Dorfsman
fb933cb30c
Added an insertbefore option.
12 years ago
Hubert Feyrer
401d67a8ba
Add Linux-style path for sudoers file, to be consistent with other examples.
12 years ago
Hubert Feyrer
b5adbfbef4
Add an example on how to *add* a %wheel line to sudo - tricky as it has
...
a colon, which needs some special attention.
12 years ago
Michael DeHaan
83fcdff9aa
Fix lineinfile docs formatting
12 years ago
Yves Dorfsman
b0599ae2d9
Clarification on how to use insertafter with a regex.
12 years ago
jkleint
7c8fa2cb6f
Clarify that lineinfile uses Python regexes.
12 years ago
Jan-Piet Mens
d184f72aa9
DOCUMENTATION strings
12 years ago
Michael DeHaan
6f6559670f
chmod -x for all module files in source checkout
12 years ago
Brian Coca
924dc5006c
fix case in which file is created and backup is requested but fails, not it just doesn't attempt to backup the missing file
...
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
12 years ago
Michael DeHaan
8d3f73d562
pep8 fixes
12 years ago
Serge van Ginderachter
8a823acf20
Fix typo
12 years ago
Dag Wieers
835d7d854e
Add option create= to lineinfile module
...
We use the lineinfile module to modify configuration files of a proprietary application. This application reads configuration options from files, but does not require those files to exist (if the default options are fine). However this application may modify the configuration file at will, so we cannot copy or template those files. And after a silent install the configuration may not exist (depending on the response file).
Whatever the case, during deployment we need to make sure some configuration options are set after the installation.
So the cleanest way to handle this situation is to allow the lineinfile module to create the file if it is missing (and this is the expected behavior). When I proposed this behavior, @sergevanginderachter needed the same functionality and was now working around it as well.
12 years ago
Jan-Piet Mens
d069c57974
Reformat code: examples consistently
...
- added terse syntax to modules.rst
- added description of special variables to template module
12 years ago
Dag Wieers
580197f197
Use the standard 'dest' option for target files, make 'name' an alias
12 years ago
Michael DeHaan
2f14545f2c
Merge pull request #1170 from jpmens/docspatch01
...
Jumbo DOCUMENTATION patch
12 years ago
Jan-Piet Mens
a790c399f4
Added attribution to all module DOCUMENTATION strings
12 years ago
Jan-Piet Mens
c78a0a4a49
Jumbo DOCUMENTATION patch
12 years ago
Michael DeHaan
5256ea7e75
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
...
by the time I'm done.
12 years ago
Jan-Piet Mens
78c04b2cd8
Added DOCUMENTATION to lineinfile module
12 years ago
Michael DeHaan
3276c2f0c4
lineinfile should use 'search' everywhere
12 years ago
Michael DeHaan
9998d2985c
Line in file regexep should match a portion of the line, not the whole line!
12 years ago
Michael DeHaan
4223442992
backuplocal => backup_local for API standardization reasons
12 years ago
Daniel Hokka Zakrisson
25b34ddb60
Add backups to lineinfile
12 years ago
Daniel Hokka Zakrisson
61bc4bc0ed
Add a lineinfile module
12 years ago