mirror of https://github.com/ceph/ceph-ansible.git
Comment out ceph_custom_key
Since there is a check if ceph_custom_key is defined, there is no reason
to define it by default.
Signed-off-by: Rafał Wądołowski <rwadolowski@cloudferro.com>
(cherry picked from commit 55cd6e83e4
)
pull/5699/head
parent
4685b411de
commit
21a37e23b3
|
@ -220,7 +220,7 @@ dummy:
|
|||
# a URL to the .repo file to be installed on the targets. For deb,
|
||||
# ceph_custom_repo should be the URL to the repo base.
|
||||
#
|
||||
#ceph_custom_key: https://server.domain.com/ceph-custom-repo-key.asc
|
||||
#ceph_custom_key: https://server.domain.com/ceph-custom-repo/key.asc
|
||||
#ceph_custom_repo: https://server.domain.com/ceph-custom-repo
|
||||
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ ceph_iscsi_config_dev: false
|
|||
# a URL to the .repo file to be installed on the targets. For deb,
|
||||
# ceph_custom_repo should be the URL to the repo base.
|
||||
#
|
||||
#ceph_custom_key: https://server.domain.com/ceph-custom-repo-key.asc
|
||||
#ceph_custom_key: https://server.domain.com/ceph-custom-repo/key.asc
|
||||
#ceph_custom_repo: https://server.domain.com/ceph-custom-repo
|
||||
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ ceph_iscsi_config_dev: true # special repo for deploying iSCSI gateways
|
|||
# a URL to the .repo file to be installed on the targets. For deb,
|
||||
# ceph_custom_repo should be the URL to the repo base.
|
||||
#
|
||||
ceph_custom_key: https://server.domain.com/ceph-custom-repo-key.asc
|
||||
#ceph_custom_key: https://server.domain.com/ceph-custom-repo/key.asc
|
||||
ceph_custom_repo: https://server.domain.com/ceph-custom-repo
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue