Use key_url instead of deprecated SKS keyserver

From https://sks-keyservers.net/:
This service is deprecated. This means it is no longer maintained, and
new HKPS certificates will not be issued. Service reliability should not
be expected.

Update 2021-06-21: Due to even more GDPR takedown requests, the DNS
records for the pool will no longer be provided at all.
This commit is contained in:
Jeremy Gardais 2021-08-30 13:46:52 +02:00
parent adc6fa1f7b
commit 04f7de3fe4
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## v1.X.Y
### Fix
* Use key_url instead of [deprecated SKS keyserver](https://sks-keyservers.net/).
## v1.3.1 ## v1.3.1
### Fix ### Fix

View File

@ -20,7 +20,7 @@ openmanage__repositories:
mode: '0644' mode: '0644'
filename: 'dell.openmanage' filename: 'dell.openmanage'
key_id: '1285491434D8786F' key_id: '1285491434D8786F'
key_keyserver: 'pool.sks-keyservers.net' key_url: 'https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc'
state: '{{ openmanage__deploy_state state: '{{ openmanage__deploy_state
if (ansible_distribution_release in ["buster", "bionic"]) if (ansible_distribution_release in ["buster", "bionic"])
else "absent" }}' else "absent" }}'
@ -29,7 +29,7 @@ openmanage__repositories:
mode: '0644' mode: '0644'
filename: 'dell.openmanage' filename: 'dell.openmanage'
key_id: '1285491434D8786F' key_id: '1285491434D8786F'
key_keyserver: 'pool.sks-keyservers.net' key_url: 'https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc'
state: '{{ openmanage__deploy_state state: '{{ openmanage__deploy_state
if (ansible_distribution_release in ["stretch", "xenial"]) if (ansible_distribution_release in ["stretch", "xenial"])
else "absent" }}' else "absent" }}'
@ -38,7 +38,7 @@ openmanage__repositories:
mode: '0644' mode: '0644'
filename: 'dell.openmanage' filename: 'dell.openmanage'
key_id: '1285491434D8786F' key_id: '1285491434D8786F'
key_keyserver: 'pool.sks-keyservers.net' key_url: 'https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc'
state: '{{ openmanage__deploy_state state: '{{ openmanage__deploy_state
if ((ansible_distribution == "Debian" and ansible_distribution_major_version is version("8", "<=")) or if ((ansible_distribution == "Debian" and ansible_distribution_major_version is version("8", "<=")) or
(ansible_distribution == "Ubuntu" and ansible_distribution_version is version("14.04", "<="))) (ansible_distribution == "Ubuntu" and ansible_distribution_version is version("14.04", "<=")))