mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-01 13:49:01 +02:00
repo_gpgcheck default to false
This commit is contained in:
parent
826aba5e56
commit
4a7d64c86a
@ -88,7 +88,7 @@ Apt repository options for Kubernetes installation.
|
||||
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
|
||||
- https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
|
||||
kubernetes_gpg_check: true
|
||||
kubernetes_repo_gpg_check: true
|
||||
kubernetes_repo_gpg_check: false
|
||||
|
||||
Yum repository options for Kubernetes installation. You can change `kubernete_yum_gpg_key` to a different url if you are behind a firewall or provide a trustworthy mirror. Usually in combination with changing `kubernetes_yum_base_url` as well.
|
||||
|
||||
|
@ -45,7 +45,7 @@ kubernetes_yum_gpg_key:
|
||||
- https://packages.cloud.google.com/yum/doc/yum-key.gpg
|
||||
- https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
|
||||
kubernetes_gpg_check: true
|
||||
kubernetes_repo_gpg_check: true
|
||||
kubernetes_repo_gpg_check: false
|
||||
|
||||
# Flannel config files.
|
||||
kubernetes_flannel_manifest_file_rbac: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/k8s-manifests/kube-flannel-rbac.yml
|
||||
|
Loading…
Reference in New Issue
Block a user