- 25 Mar, 2014 1 commit
-
-
The EDITOR environment variable is used to create and edit files in the vault. But if the EDITOR variable contains parameters, subprocess.call() breaks. This fixes the EDITOR environment variable to be safely split into a list. It adds a dependency on shlex.
Ramon de la Fuente committed
-
- 19 Mar, 2014 1 commit
-
-
James Tanner committed
-
- 18 Mar, 2014 27 commits
-
-
Fixed bug that occurred when pkgsite not specified
Michael DeHaan committed -
Update example to include delete on termination
Michael DeHaan committed -
Fix domain name in slack module
Michael DeHaan committed -
Fabian Freyer committed
-
joehack3r committed
-
apt_repository: autoinstall python-apt if not available
James Tanner committed -
patrickheeney committed
-
James Cammarata committed
-
Fixes #6557
James Cammarata committed -
Michael DeHaan committed
-
A module for notifications through the Slack.com platform
Michael DeHaan committed -
James Cammarata committed
-
add param to note example for ssh-keyscan
Michael DeHaan committed -
This fixes an issue related to the new run_command changes, whereby Popen fails to run a command when an executable is specified + shell=False and there are multiple positional arguments (see Popen docs for details)
James Cammarata committed -
homebrew: state=head includes --HEAD
Michael DeHaan committed -
James Tanner committed
-
hostnames in the known hosts file are typically stored as Hashed values, calling 'ssh-keyscan' with '-H' changes to output to the Hashed format so that the known_hosts file looks more consistent
andreaskern committed -
James Tanner committed
-
Fixes #6546
James Cammarata committed -
Changes include: * Update Makefile to use credentials.yml when it exists * Add details on the use of the credentials.yml file to README.md. * Update credentials.template comments
James Laska committed -
James Tanner committed
-
James Tanner committed
-
Also, fixed a bug where the tags were being merged into the wrong data structure (passed_vars) in _build_role_dependencies() Fixes #6439 Fixes #5709
James Cammarata committed -
Ramon de la Fuente committed
-
This module can send messages through Slack.com, and supports all options available in the "incoming webhook integration". - text - channel - username - icon_url / icon_emoji - link_names - parse
Ramon de la Fuente committed -
James Tanner committed
-
- 17 Mar, 2014 11 commits
-
-
allows for --HEAD to be included in brew install command
vyrak bunleang committed -
git://github.com/dmage/ansibleMichael DeHaan committed
-
Fix for hostkey directory
Michael DeHaan committed -
Remove dependency on pycurl in apt_repository
Michael DeHaan committed -
Michael DeHaan committed
-
Pass through vault_password when parsing host/group vars as directories.
jctanner committed -
James Cammarata committed
-
James Tanner committed
-
Add space after full stop in ansible-galaxy help
Michael DeHaan committed -
James Tanner committed
-
adding -K flag for ask-sudo-pass to ansible-pull
James Tanner committed
-