first pass at adding 'stable' and 'edge' version packages

- Only have ubuntu to test on
  - fedora and redhat are placeholders/guesses
  - the "old" package repositories seem to have the "new" CE version which is `1.13.1` based
- `docker-ce` looks like it is named as a backported `docker-engine` package in some
  places

- Did not change the `defaults` version anywhere, so should work as before
- Did not point to new package repositories, as existing ones have the new packages.
This commit is contained in:
David Crook
2017-03-02 13:48:09 -07:00
parent cc632f2713
commit 3f4a375ac4
4 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ docker_versioned_pkg:
'1.11': docker-engine=1.11.2-0~{{ ansible_distribution_release|lower }}
'1.12': docker-engine=1.12.6-0~debian-{{ ansible_distribution_release|lower }}
'1.13': docker-engine=1.13.1-0~debian-{{ ansible_distribution_release|lower }}
'stable': docker-ce=17.03.0~ce-0~debian-{{ ansible_distribution_release|lower }}
'edge': docker-ce=17.03.0~ce-0~debian-{{ ansible_distribution_release|lower }}
docker_package_info:
pkg_mgr: apt