Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a8e2110b
Unverified
Commit
a8e2110b
authored
Aug 21, 2020
by
*=0=1=4=*
Committed by
GitHub
Aug 21, 2020
Browse files
Options
Downloads
Patches
Plain Diff
#6552 Update extras_rh_repo_base_url (#6556)
parent
250541d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/container-engine/containerd/defaults/main.yml
+2
-2
2 additions, 2 deletions
roles/container-engine/containerd/defaults/main.yml
roles/container-engine/docker/defaults/main.yml
+2
-2
2 additions, 2 deletions
roles/container-engine/docker/defaults/main.yml
with
4 additions
and
4 deletions
roles/container-engine/containerd/defaults/main.yml
+
2
−
2
View file @
a8e2110b
...
@@ -31,8 +31,8 @@ containerd_repo_key_info:
...
@@ -31,8 +31,8 @@ containerd_repo_key_info:
containerd_repo_info
:
containerd_repo_info
:
repos
:
repos
:
extras_rh_repo_base_url
:
"
http://mirror.centos.org/centos/
$releasever
/extras/$basearch/"
extras_rh_repo_base_url
:
"
http://mirror.centos.org/centos/
{{
ansible_distribution_major_version
}}
/extras/$basearch/"
extras_rh_repo_gpgkey
:
"
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-
7
"
extras_rh_repo_gpgkey
:
"
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-
{{
ansible_distribution_major_version
}}
"
# Ubuntu docker-ce repo
# Ubuntu docker-ce repo
containerd_ubuntu_repo_base_url
:
"
https://download.docker.com/linux/ubuntu"
containerd_ubuntu_repo_base_url
:
"
https://download.docker.com/linux/ubuntu"
...
...
This diff is collapsed.
Click to expand it.
roles/container-engine/docker/defaults/main.yml
+
2
−
2
View file @
a8e2110b
...
@@ -43,8 +43,8 @@ docker_debian_repo_base_url: "https://download.docker.com/linux/debian"
...
@@ -43,8 +43,8 @@ docker_debian_repo_base_url: "https://download.docker.com/linux/debian"
docker_debian_repo_gpgkey
:
'
https://download.docker.com/linux/debian/gpg'
docker_debian_repo_gpgkey
:
'
https://download.docker.com/linux/debian/gpg'
docker_bin_dir
:
"
/usr/bin"
docker_bin_dir
:
"
/usr/bin"
# CentOS/RedHat Extras repo
# CentOS/RedHat Extras repo
extras_rh_repo_base_url
:
"
http://mirror.centos.org/centos/
$releasever
/extras/$basearch/"
extras_rh_repo_base_url
:
"
http://mirror.centos.org/centos/
{{
ansible_distribution_major_version
}}
/extras/$basearch/"
extras_rh_repo_gpgkey
:
"
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-
7
"
extras_rh_repo_gpgkey
:
"
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-
{{
ansible_distribution_major_version
}}
"
# flag to enable/disable docker cleanup
# flag to enable/disable docker cleanup
docker_orphan_clean_up
:
false
docker_orphan_clean_up
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment