mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
11 lines
309 B
YAML
11 lines
309 B
YAML
---
|
|
|
|
- name: Configure Docker CE repo
|
|
yum_repository:
|
|
name: docker-ce-stable
|
|
description: Docker CE Stable
|
|
baseurl: https://download.docker.com/linux/centos/$releasever/$basearch/{{ docker_branch }}
|
|
gpgcheck: True
|
|
gpgkey: https://download.docker.com/linux/centos/gpg
|
|
tags: repo,docker
|