- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 30 Nov, 2013 1 commit
-
-
Matthias Blaser committed
-
- 28 Nov, 2013 2 commits
-
-
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
- 26 Nov, 2013 4 commits
-
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
- 22 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 28 Oct, 2013 1 commit
-
-
Fixes #4677 Fixes #4657 Fixes #4599
James Cammarata committed
-
- 25 Oct, 2013 1 commit
-
-
James Cammarata committed
-
- 24 Oct, 2013 3 commits
-
-
script there with a comma that would produce invalid configuration upon being wrote again
Michael Scherer committed -
Michael Scherer committed
-
it start to duplicate line, because this create a empty option in the list, and so the module add a new line along the previous one. See >>> ' a,b, '.strip().split(',') ['a', 'b', '']
Michael Scherer committed
-
- 15 Oct, 2013 3 commits
-
-
If a specified key did not have a comment, it would be ignored as an invalid key. Fixes #4513
James Cammarata committed -
According to the sshd man page, no spaces are permitted between the options of an authorized ssh key
Stefan Heinemann committed -
This allows to remove a key without knowing the options in the authorized_key file
Stefan Heinemann committed
-
- 11 Oct, 2013 2 commits
-
-
A small refactoring of the authorized_key module to accomodate these changes, plus fixing some things like not rewriting the file on every new key. These changes bring the original feature for ssh options in- line with the comments in #3798 Fixes #3785
James Cammarata committed -
David Minor committed
-
- 10 Jul, 2013 1 commit
-
-
Joshua Lund 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
-
- 07 Jun, 2013 1 commit
-
-
* Clarified the meaning of 'user' * Changed 'sshdir' to 'path' in the example * 'sshdir' is used internally in the module, but the argument is 'path' * Made the capitalization consistent in the descriptions
Joshua Lund committed
-
- 30 May, 2013 1 commit
-
-
This commit fixes a bug where the authorized_key module causes the ~user/.ssh directory to be owned by root instead of the user, when the manage_dir argument is not specified. If the manage_dir argument was not specified, the module behaved as if manage_dir was set to false, even though it's supposed to default to true. This module assumed that an optional argument, with no default specified, will not be present in the module.params dictionary. What actually seems to happen is that the argument does appear in the module.params dictionary with a value of None. The upside is that this line was evaluating to None instead of true: manage_dir = params.get("manage_dir", True) I fixed the problem in this particular module by explicitly specifying the default value for the manage_dir arugment. But if this bug occurred because of a change in behavior in AnsibleModule, then other modules may be broken as well.
Lorin Hochstein committed
-
- 07 May, 2013 1 commit
-
-
Oleg 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
-
- 20 Apr, 2013 2 commits
-
-
Michael DeHaan committed
-
Showcase the new-style lookup plugin access in the authorized_key docs rather than the old-style $FILE
Michael DeHaan committed
-
- 19 Apr, 2013 3 commits
-
-
Michael DeHaan committed
-
Showcase the new-style lookup plugin access in the authorized_key docs rather than the old-style $FILE
Michael DeHaan committed -
Nathan L. Walls committed
-
- 12 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 05 Apr, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 26 Mar, 2013 1 commit
-
-
Greg Swift committed
-
- 03 Feb, 2013 2 commits
-
-
Piffey Parlance committed
-
Piffey Parlance committed
-
- 13 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 14 Dec, 2012 1 commit
-
-
Three changes: * Add set_default_selinux_context() to module_common that sets a file's context according to the defaults in the policy * In atomic_replace(), set the default context for the file if selinux is enabled and the destination file does not exist. * In authorized_key, set the default context when creating $HOME/.ssh and $HOME/.ssh/authorized_keys. If these already exist, this won't touch them.
Stephen Fromm committed
-