2016-10-13 04:33:12 +02:00
|
|
|
#- include: docker-setup-rht.yml
|
|
|
|
# when: ansible_distribution in ['Fedora']
|
2015-03-17 22:14:26 +01:00
|
|
|
#- include: docker-setup-rht.yml
|
2015-03-17 21:52:44 +01:00
|
|
|
# Packages on RHEL and CentOS 7 are broken, broken, broken. Revisit when
|
2015-03-17 21:18:42 +01:00
|
|
|
# they've got that sorted out
|
2015-12-14 17:50:37 +01:00
|
|
|
# CentOS 6 currently broken by conflicting files in python-backports and python-backports-ssl_match_hostname
|
2015-03-17 22:14:26 +01:00
|
|
|
#when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
2015-03-17 20:32:07 +01:00
|
|
|
|
2015-03-17 21:18:42 +01:00
|
|
|
# python-docker isn't available until 14.10. Revist at the next Ubuntu LTS
|
|
|
|
#- include: docker-setup-debian.yml
|
|
|
|
# when: ansible_distribution in ['Ubuntu']
|
2015-03-17 20:32:07 +01:00
|
|
|
|
2016-10-13 04:33:12 +02:00
|
|
|
#- include: docker-tests.yml
|
2015-03-17 21:18:42 +01:00
|
|
|
# Add other distributions as the proper packages become available
|
2016-10-13 04:33:12 +02:00
|
|
|
# when: ansible_distribution in ['Fedora']
|
2015-03-17 20:32:07 +01:00
|
|
|
|
2015-03-17 22:40:10 +01:00
|
|
|
#- include: docker-tests.yml
|
|
|
|
# when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
|
|
|
|
2016-10-13 04:33:12 +02:00
|
|
|
#- include: registry-tests.yml
|
2015-03-17 22:40:10 +01:00
|
|
|
# Add other distributions as the proper packages become available
|
2016-10-13 04:33:12 +02:00
|
|
|
# when: ansible_distribution in ['Fedora']
|