- 02 Apr, 2014 2 commits
-
-
Andrew Resch committed
-
Fixes #6806
James Cammarata committed
-
- 28 Mar, 2014 1 commit
-
-
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
Michael DeHaan committed
-
- 18 Mar, 2014 1 commit
-
-
James Tanner committed
-
- 14 Mar, 2014 1 commit
-
-
James Tanner committed
-
- 10 Mar, 2014 1 commit
-
-
Add option to enable the sysctl -e option
jctanner committed
-
- 05 Feb, 2014 1 commit
-
-
Tom Dymond committed
-
- 04 Feb, 2014 1 commit
-
-
Tom Dymond committed
-
- 27 Jan, 2014 1 commit
-
-
Jakub Jirutka committed
-
- 18 Jan, 2014 2 commits
-
-
Simon Zimmermann committed
-
Simon Zimmermann committed
-
- 17 Jan, 2014 2 commits
-
-
Simon Zimmermann committed
-
James Tanner committed
-
- 16 Jan, 2014 1 commit
-
-
the sysctl command. Calling sysctl should also not be true by default
James Tanner committed
-
- 15 Jan, 2014 1 commit
-
-
James Tanner committed
-
- 14 Jan, 2014 1 commit
-
-
James Tanner committed
-
- 13 Jan, 2014 1 commit
-
-
and add a sysctl_set parameter to manage the values in /proc
James Tanner committed
-
- 04 Jan, 2014 1 commit
-
-
Paul Beattie committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 14 Oct, 2013 1 commit
-
-
Keith Buck committed
-
- 11 Sep, 2013 2 commits
-
-
* Added in support for freebsd-style sysctl commands * Replaced some functionality that was provided by module_common * Simplified some logic in a couple of places (ie, not checking a split with len() but instead limiting the split to 1) Fixes #3380
James Cammarata committed -
Fixes #3931
James Cammarata committed
-
- 08 Aug, 2013 1 commit
-
-
Andy Wilson committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 27 Apr, 2013 1 commit
-
-
step Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 21 Apr, 2013 1 commit
-
-
Alex Tomkins committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 06 Mar, 2013 1 commit
-
-
Jim Kleckner committed
-
- 23 Feb, 2013 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 20 Feb, 2013 3 commits
-
-
It s not necessary to write an empty string for the file to be created.
Michel Blanc committed -
When destination sysctl file is missing, it is created. But, for idempotency purposes, the creation process now takes place just before it is used, in the main code path so an empty file is not left over if the code module.fail_jsons before the file is really used.
Michel Blanc committed -
When syscl file was missing, sysctl module was complaining about it and bailing out. This behaviour prevents usage of /etc/sysctl.d directory, present in some distributions. This patch accepts a missing sysctl.conf file so sysctl.d directory can be used. However, it will bail out if the destination directory doesn't exist.
Michel Blanc committed
-
- 19 Feb, 2013 2 commits
- 18 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 15 Feb, 2013 1 commit
-
-
https://github.com/ansible/ansible/issues/2004
Now handle positive integer value in virtual files if they are separated by group of space characters where the count is unpredictable. Thanks to romeotheriault for filing this bug.
davixx committed
-