2016-10-12 19:33:12 -07:00
|
|
|
#- include: docker-setup-rht.yml
|
|
|
|
# when: ansible_distribution in ['Fedora']
|
2015-03-17 14:14:26 -07:00
|
|
|
#- include: docker-setup-rht.yml
|
2015-03-17 13:52:44 -07:00
|
|
|
# Packages on RHEL and CentOS 7 are broken, broken, broken. Revisit when
|
2015-03-17 13:18:42 -07:00
|
|
|
# they've got that sorted out
|
2015-12-14 08:50:37 -08:00
|
|
|
# CentOS 6 currently broken by conflicting files in python-backports and python-backports-ssl_match_hostname
|
2015-03-17 14:14:26 -07:00
|
|
|
#when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
2015-03-17 12:32:07 -07:00
|
|
|
|
2015-03-17 13:18:42 -07: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 12:32:07 -07:00
|
|
|
|
2016-10-12 19:33:12 -07:00
|
|
|
#- include: docker-tests.yml
|
2015-03-17 13:18:42 -07:00
|
|
|
# Add other distributions as the proper packages become available
|
2016-10-12 19:33:12 -07:00
|
|
|
# when: ansible_distribution in ['Fedora']
|
2015-03-17 12:32:07 -07:00
|
|
|
|
2015-03-17 14:40:10 -07:00
|
|
|
#- include: docker-tests.yml
|
|
|
|
# when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
|
|
|
|
2016-10-12 19:33:12 -07:00
|
|
|
#- include: registry-tests.yml
|
2015-03-17 14:40:10 -07:00
|
|
|
# Add other distributions as the proper packages become available
|
2016-10-12 19:33:12 -07:00
|
|
|
# when: ansible_distribution in ['Fedora']
|