*=0=1=4=*
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
roles/container-engine/containerd/defaults/main.yml
-
roles/container-engine/docker/defaults/main.yml
|
|
@ -31,8 +31,8 @@ containerd_repo_key_info: |
|
|
|
containerd_repo_info: |
|
|
|
repos: |
|
|
|
|
|
|
|
extras_rh_repo_base_url: "http://mirror.centos.org/centos/$releasever/extras/$basearch/" |
|
|
|
extras_rh_repo_gpgkey: "http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7" |
|
|
|
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-{{ ansible_distribution_major_version }}" |
|
|
|
|
|
|
|
# Ubuntu docker-ce repo |
|
|
|
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" |
|
|
|
docker_debian_repo_gpgkey: 'https://download.docker.com/linux/debian/gpg' |
|
|
|
docker_bin_dir: "/usr/bin" |
|
|
|
# CentOS/RedHat Extras repo |
|
|
|
extras_rh_repo_base_url: "http://mirror.centos.org/centos/$releasever/extras/$basearch/" |
|
|
|
extras_rh_repo_gpgkey: "http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-7" |
|
|
|
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-{{ ansible_distribution_major_version }}" |
|
|
|
|
|
|
|
# flag to enable/disable docker cleanup |
|
|
|
docker_orphan_clean_up: false |
|
|
|