- 20 Oct, 2012 11 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add ability to create SSH key for user in user module
Michael DeHaan committed -
add role_attr_flags parameter to postgresql_user
Michael DeHaan committed -
Vars specified via CLI have the highest priority.
Michael DeHaan committed -
Stephen Fromm committed
-
This allows one to create a SSH key for user. You may define: ssh_key_type, ssh_key_bits, ssh_key_file, ssh_key_comment, and ssh_key_passphrase. If no passphrase is provided, the key will be passphrase-less. This will not overwrite an existing key. In the JSON returned, it will provide the ssh_fingerprint and ssh_key_file.
Stephen Fromm committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 19 Oct, 2012 15 commits
-
-
make policy only be required if state is not disabled
Michael DeHaan committed -
Update Hadoop contrib URL.
Michael DeHaan committed -
when a pkg is installed, but not from any repo, don't error out
Michael DeHaan committed -
Derek Carter committed
-
that it is not installed. Also when a pkg is both installed and in a repo do not look it up more than once
Seth Vidal committed -
References issue #1380.
John Kleint committed -
Raise error for missing hosts in inventory scripts as well
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
None is unfortunately not an integer
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 18 Oct, 2012 14 commits
-
-
Copy module can replace symlink with a real file.
Michael DeHaan committed -
Add support for Github-flavored Markdown to module_formatter
Michael DeHaan committed -
module_formatter: .rst now correctly handles code examples
Michael DeHaan committed -
Addition to WhoUses + typo fix
Michael DeHaan committed -
symlink fix
Michael DeHaan committed -
docsite: small typo in handlers example yaml
Michael DeHaan committed -
Fixes for ansible_ssh_host and ansible_ssh_port
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Serge van Ginderachter committed
-
Jonathan Palley committed
-
Jan-Piet Mens committed
-
- fixed template (it was the template), adding indentation with Jinja2 - added description of code examples to man-page template (was missing) - fixed fireball, cron, and debug module examples to confrom
Jan-Piet Mens committed -
- Uses HTML tables and Github-flavored code blocks (3 backticks)
Jan-Piet Mens committed
-