You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
552 B

  1. ---
  2. docker_kernel_min_version: '0'
  3. # https://docs.docker.com/install/linux/docker-ce/fedora/
  4. # https://download.docker.com/linux/fedora/28/x86_64/stable/Packages/
  5. docker_versioned_pkg:
  6. 'latest': docker-ce
  7. '18.03': docker-ce-18.03.1.ce-3.fc28
  8. '18.06': docker-ce-18.06.2.ce-3.fc28
  9. '18.09': docker-ce-18.09.7-3.fc28
  10. #
  11. # This is due to the fact that the docker
  12. # packages available on Fedora are too recent
  13. #
  14. docker_version: "latest"
  15. docker_package_info:
  16. pkg_mgr: dnf
  17. pkgs:
  18. - name: "{{ docker_versioned_pkg[docker_version | string] }}"