You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Alan Grosskurth 5700970e05 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.
12 years ago
cloud Remove end of line semicolons. 12 years ago
commands Docs: consistently format playbook EXAMPLES 12 years ago
database Add version_added information to module parameter. 12 years ago
files Remove reference to 'context' since it's not implemented. 12 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Trim legacy variable usage. 12 years ago
messaging Add missing version_added description in docs. 12 years ago
monitoring Trim old style var references. 12 years ago
net_infrastructure Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 12 years ago
network Trim old style var references 12 years ago
notification Legacy variable usage. 12 years ago
packaging apt_key: Add 'keyring' parameter 12 years ago
source_control Don't add --version HEAD parameter is already HEAD, some versions of git don't like this. 12 years ago
system Continue on mount errors, don't fail the setup module. 12 years ago
utilities Legacy variable usage removed 12 years ago
web_infrastructure Update htpasswd module for various API incompatibilities 12 years ago