Jan-Piet Mens
|
caf003c813
|
DOCUMENTATION strings
|
2012-11-21 18:49:30 +01:00 |
|
Michael DeHaan
|
663a8fef3f
|
chmod -x for all module files in source checkout
|
2012-11-19 13:47:40 -05:00 |
|
Felix Ingram
|
e0f0e8c023
|
Add an "executable" option to the command and shell modules
The option will be passed to the Popen object created and will be used to
execute the command instead of the default shell.
|
2012-11-08 13:56:16 +00:00 |
|
Jan-Piet Mens
|
feab57e270
|
Reformat code: examples consistently
- added terse syntax to modules.rst
- added description of special variables to template module
|
2012-10-23 15:14:01 +02:00 |
|
Jan-Piet Mens
|
70907f574e
|
fix wording of shell documentation
|
2012-10-05 14:59:49 +02:00 |
|
Jan-Piet Mens
|
e620fed755
|
Jumbo DOCUMENTATION patch
|
2012-10-01 09:18:54 +02:00 |
|
Marco Vito Moscaritolo
|
b1d88235f0
|
Added DOCUMENTATION to shell module.
|
2012-09-29 20:40:06 +02:00 |
|
Michael DeHaan
|
1e4d45af1e
|
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
|
2012-08-11 18:13:29 -04:00 |
|
Michael DeHaan
|
faed4b5a33
|
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
in 0.6 release)
|
2012-08-06 20:07:02 -04:00 |
|
Michael DeHaan
|
931f9f1a61
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
around file pathing and removes occasional permissions conflicts depending on how things are used.
|
2012-07-14 11:59:12 -04:00 |
|
Michael DeHaan
|
b213437bfa
|
Added 'shell' to modules with a note that it doesn't really exist :)
|
2012-03-23 21:39:39 -04:00 |
|