Signed-off-by: Dan Mick <dan.mick@redhat.com>
git_mirror_host: git.ceph.com
-The host to find package-signing keys on:
+The host to find package-signing keys on (at https://{{key_host}}/keys/{release,autobuild}.asc)::
key_host: download.ceph.com
url: "{{ item }}"
state: present
with_items:
- - "http://{{ key_host }}/autobuild.asc"
- - "http://{{ key_host }}/release.asc"
+ - "http://{{ key_host }}/keys/autobuild.asc"
+ - "http://{{ key_host }}/keys/release.asc"
# try for 2 minutes before failing
retries: 24
delay: 5
key: "{{ item }}"
validate_certs: no
with_items:
- - 'https://{{ key_host }}/release.asc'
- - 'https://{{ key_host }}/autobuild.asc'
+ - 'https://{{ key_host }}/keys/release.asc'
+ - 'https://{{ key_host }}/keys/autobuild.asc'
register: gpg_keys