gpg Facts¶
See also: operations/gpg.
gpg.GpgKey¶
Returns information on one or more GPG keys found in a file or URL.
gpg.GpgKeyrings¶
Returns information on all GPG keyrings found in specified directories.
{
"/etc/apt/keyrings/docker.gpg": {
"format": "gpg",
"keys": {...} # Same format as GpgKeys fact
}
}
gpg.GpgKeys¶
Returns information on all public keys in a keychain.
gpg.GpgSecretKeys¶
Returns information on all secret keys in a keychain.