Skip to content
Snippets Groups Projects
Unverified Commit a8e2110b authored by *=0=1=4=*'s avatar *=0=1=4=* Committed by GitHub
Browse files

#6552 Update extras_rh_repo_base_url (#6556)

parent 250541d2
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment