Jeff Geerling
fd8139c402
Issue #54 : Update Docker Compose default version to the latest version. For real this time.
2018-05-01 19:15:39 -05:00
Jeff Geerling
92b42b0352
Issue #54 : Update Docker Compose default version to the latest version.
2018-05-01 19:15:19 -05:00
Jeff Geerling
9cf251de02
Merge pull request #37 from pad92/patch-1
...
'include' for tasks has been deprecated
2018-05-01 19:12:34 -05:00
Jeff Geerling
0eafc6ad14
Merge pull request #27 from pgilad/patch-1
...
Fix typo
2018-04-04 14:22:48 -05:00
Dirk Weise
250660e149
Make ignoring repository key error optional
...
Just ignoring an error regarding the Docker GPG key and downloading it
from "some" web page is not desired in any environment.
Change-Id: I2d59e9bf070a4262ff5d251a65b698c858345eb7
2018-02-22 10:55:56 +01:00
Stephen Benjamin
b6f6b1b66c
Support fedora
2018-02-02 10:54:16 -05:00
Alexander Thomas
462a0b5359
Changed 'include' to 'include_tasks' due to deprecations in Ansible >2.4
2018-01-19 16:21:24 +01:00
Alexander Thomas
e4a6edb4ef
Introduced CPU architecture switch for apt source definition
2018-01-19 16:16:31 +01:00
Pascal Armand
f3076bad55
'include' for tasks has been deprecated
...
The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
2017-11-27 16:40:27 +01:00
James McCallum
622dc1dac7
Update documentation
2017-10-18 20:01:02 +11:00
Jeff Geerling
dd0c6e0f8e
Merge pull request #33 from jaydrogers/master
...
Bump docker_compose_version to 1.16.1.
2017-10-17 23:27:02 -05:00
Jay Rogers
609aeade37
Bump docker_compose_version to 1.16.1.
2017-10-14 11:10:07 -05:00
James McCallum
4f1a0f3d91
Change include_task to depreciated include due to what looks like incompatibility with test harness
2017-09-26 05:14:53 +10:00
James McCallum
e68f0cbd16
Fix docker group to append group rather than set it
2017-09-26 05:09:58 +10:00
Gilad Peleg
309ab2caee
Fix typo
2017-09-19 11:19:58 +03:00
James McCallum
8c63471573
include docker-users to main
2017-09-03 19:38:50 +10:00
James McCallum
2bf1b29d3f
Add user to docker group functionality
2017-09-03 19:21:17 +10:00
Jeff Geerling
2b507a374e
Bump docker_compose_version to 1.15.0.
2017-08-16 20:50:26 -05:00
Jeff Geerling
a4bc441310
Merge pull request #16 from digmore/armhf-support
...
Open up support for armhf architecture
2017-07-31 22:00:11 -05:00
Jeff Geerling
0a34e6c11c
PR #15 follow-up: Add docker_package_state docs.
2017-07-31 21:17:13 -05:00
Jeff Geerling
8a86f88b97
Merge pull request #15 from kakawait/package-state-var
...
Add var to customize docker pkg state
2017-07-31 21:15:37 -05:00
Duncan Gilmore
404cfb80d6
Open up support for armhf architecture
2017-07-20 20:15:33 +12:00
Thibaud Leprêtre
df3fb0a528
Add var to customize docker pkg state
...
By default var will be `present` to do not break legacy.
Fixes #14
2017-07-20 09:04:08 +02:00
Jeff Geerling
e7ff2b8657
Merge pull request #12 from idiv-biodiversity/master
...
fixes yaml syntax highlighting in README
2017-06-30 07:16:17 -05:00
Christian Krause
727e702c91
fixes yaml syntax highlighting in README
2017-06-30 13:56:21 +02:00
Jeff Geerling
cb9e74677c
Fix broken idempotence x2.
2017-06-29 09:41:20 -05:00
Jeff Geerling
9919962f55
Fix broken idempotence.
2017-06-29 07:37:37 -05:00
Jeff Geerling
0960f85f78
Issue #8 : Update documentation since docker-py is now docker.
2017-05-30 23:03:14 -05:00
Jeff Geerling
6e9b3b5c9e
Issue #7 : Ensure curl is present on older systems without SNI.
2017-05-30 17:11:58 -05:00
Jeff Geerling
1ba82d6510
Fixes #8 : Document usage of docker-py with Ansible and this role.
2017-05-29 22:08:59 -05:00
Jeff Geerling
6506efd7cd
PR #10 : Slight adjustment to legacy apt key task.
2017-05-23 20:28:47 -04:00
Jeff Geerling
5fb6a4d60d
Merge pull request #10 from kostyrev/master
...
Fix adding docker apt key on Ubuntu 14.04
2017-05-23 20:25:18 -04:00
Aleksandr Kostyrev
894cdd2cdf
Add ubuntu1404 to .travis.yml
2017-05-24 02:30:19 +03:00
Aleksandr Kostyrev
2f2c4ffdda
Fix adding docker apt key on Ubuntu 14.04
2017-05-24 02:05:34 +03:00
Jeff Geerling
24357b016d
Issue #5 : Update documentation in README.
2017-05-09 22:29:25 -05:00
Jeff Geerling
4c742428b6
Merge pull request #6 from geerlingguy/5-switch-to-new-repos
...
Fixes #5 : Switch to new Docker CE and EE repo layout.
2017-05-09 22:24:02 -05:00
Jeff Geerling
a220d54d4a
Fixes #5 : Switch to new Docker CE and EE repo layout.
2017-05-09 21:36:53 -05:00
Jeff Geerling
3ae29c13ab
Merge branch '2-compose-update'
2017-05-03 11:11:16 -05:00
Jeff Geerling
9180fbe7e5
Issue #2 : Allow customization of the Docker Compose path.
2017-05-03 11:06:24 -05:00
Jeff Geerling
ab49c85d98
Issue #2 : Only use variable if it's defined.
2017-05-03 10:59:50 -05:00
Jeff Geerling
d072a187e4
Fixes #2 : Allow for Docker Compose version upgrades.
2017-05-03 10:51:04 -05:00
Jeff Geerling
644d1dc597
Add variables to README. [ci skip]
2017-05-03 10:44:49 -05:00
Jeff Geerling
083b6e0839
Update README. [ci skip]
2017-05-03 10:43:11 -05:00
Jeff Geerling
fb20bcc8e3
Update test script README. [ci skip]
2017-04-02 10:40:37 -05:00
Jeff Geerling
9b8b7b43bc
Fix broken test.
2017-04-01 23:16:30 -05:00
Jeff Geerling
f93852b229
Switch to more efficient and compact test setup.
2017-04-01 22:48:28 -05:00
Jeff Geerling
a07cf0bd2e
Add a LICENSE file for MIT license. [ci skip]
2017-03-31 11:23:23 -05:00
Jeff Geerling
cdb27879e7
Fixes #1 : Add Docker Compose.
2017-02-25 08:48:30 -06:00
Jeff Geerling
14a90bfa3a
Check if Docker is running inside Docker. Dockerception.
2017-02-23 22:25:06 -06:00
Jeff Geerling
5c864acf13
Get installation working on CentOS, add Debian 8 test.
2017-02-23 22:21:00 -06:00