ansible/library
Alan Grosskurth 5ccc7e7277 apt_key: Add 'keyring' parameter
The apt-key command takes an optional --keyring parameter representing
the path to a specific GPG keyring to operate on. If it's not given,
the command operates on all keyring files, i.e., /etc/apt/trusted.gpg
and /etc/apt/trusted.gpg.d/*.gpg.

This change adds a 'keyring' parameter to the apt_key module and
propagates it down to the apt-key command line. The main use case this
supports is organizing keys for third-party repos into individual
keyrings in /etc/apt/trusted.gpg.d, rather than putting them all in
the default keyring.
2013-07-24 18:10:17 -07:00
..
cloud Remove end of line semicolons. 2013-07-21 11:55:38 -04:00
commands Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
database Add version_added information to module parameter. 2013-07-20 12:33:42 -04:00
files Remove reference to 'context' since it's not implemented. 2013-07-21 11:52:22 -04:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Trim legacy variable usage. 2013-07-19 09:44:25 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Trim old style var references. 2013-07-19 09:38:31 -04:00
net_infrastructure Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 2013-07-17 16:37:04 -04:00
network Trim old style var references 2013-07-19 09:37:19 -04:00
notification Legacy variable usage. 2013-07-19 09:45:08 -04:00
packaging apt_key: Add 'keyring' parameter 2013-07-24 18:10:17 -07:00
source_control Don't add --version HEAD parameter is already HEAD, some versions of git don't like this. 2013-07-20 11:24:16 -04:00
system Continue on mount errors, don't fail the setup module. 2013-07-22 13:57:35 -04:00
utilities Legacy variable usage removed 2013-07-19 09:40:00 -04:00
web_infrastructure Update htpasswd module for various API incompatibilities 2013-07-20 18:22:58 -04:00