Commit Graph

  • 68f64e437a Spoke too soon David M Noriega 2018-02-02 15:51:38 -0800
  • 37395fe347 Improved ansible 2.4 compatibility David M Noriega 2018-02-02 15:50:53 -0800
  • b6f6b1b66c
    Support fedora Stephen Benjamin 2018-02-02 10:54:16 -0500
  • 6f03afa0c0
    Removed reference to login into hub Denix 2018-01-23 17:59:44 +0100
  • b1e8ca8be2 fixed typo Denis Pitzalis 2018-01-23 17:55:01 +0100
  • 9b0d2ad0c4 removed login, to be moved to specific application. created a postistall machine specific for proxy conf Denis Pitzalis 2018-01-23 17:32:23 +0100
  • 22f4c1b22d removed login, to be moved to specific application. created a postistall machine specific for proxy conf Denis Pitzalis 2018-01-23 17:32:14 +0100
  • 77b2a56e90 made more generic to allow support of other architectures Denis Pitzalis 2018-01-23 17:16:49 +0100
  • 1c18c9b94f documented new functionalities Denis Pitzalis 2018-01-23 17:02:59 +0100
  • 641957761d added support for login into hub via proxy Denis Pitzalis 2018-01-23 16:58:18 +0100
  • 462a0b5359 Changed 'include' to 'include_tasks' due to deprecations in Ansible >2.4 Alexander Thomas 2018-01-19 16:21:24 +0100
  • e4a6edb4ef Introduced CPU architecture switch for apt source definition Alexander Thomas 2018-01-19 16:16:31 +0100
  • f185346f66
    remove deprecated includes Scott Miller 2017-12-18 12:24:57 -0500
  • 44228179ec
    Update docker compose task to use block statement Jeffrey Vandenborne 2017-12-14 13:23:38 +0100
  • 694915fcc9 Update deprecated 'include' tasks to 'import_tasks' Mike Czarny 2017-12-04 18:01:21 -0800
  • a6721c5538 Fix apt repo arch issue There is an issue (at least on ubuntu 14.04) where if you do not specify the arch (e.g. [arch=amd64]) then it will default to i386. This obviously fails on an x86_64 machine. The official docker install docs for Debian/Ubuntu specify that this must be part of the apt repo config. This patch adds a line both for amd64 and armv7l. There may be more arm types that conform to armhf that I'm not aware of. Shaun Smiley 2017-12-01 15:14:40 -0800
  • f3076bad55
    'include' for tasks has been deprecated Pascal Armand 2017-11-27 16:40:27 +0100
  • 100febeb89 Merge aa753cbd60 into dd0c6e0f8e Danilo Radenovic 2017-10-21 18:31:42 +0000
  • aa753cbd60 Change build link to point to the forked repo Danilo Radenovic 2017-10-21 20:31:40 +0200
  • 3ca2d0bb86 Fix a typo in README.md Danilo Radenovic 2017-10-21 17:49:35 +0200
  • 622dc1dac7 Update documentation James McCallum 2017-10-18 20:01:02 +1100
  • dd0c6e0f8e Merge pull request #33 from jaydrogers/master Jeff Geerling 2017-10-17 23:27:02 -0500
  • 609aeade37 Bump docker_compose_version to 1.16.1. Jay Rogers 2017-10-14 11:10:07 -0500
  • 7de1216642 Add the user to the docker group Daniel Korel 2017-10-08 01:03:13 -0700
  • db4779476e docs are good :) David M Noriega 2017-09-29 14:06:30 -0700
  • acf30ad436 Conditional restart of docker daemon David M Noriega 2017-09-29 14:06:02 -0700
  • 108c97da24 Adding support for devicemapper storage driver David M Noriega 2017-09-29 14:05:48 -0700
  • 36b3fe4ae3 Update setup-Debian.yml Chi Trung Nguyen 2017-09-26 18:33:45 +0200
  • 4f1a0f3d91 Change include_task to depreciated include due to what looks like incompatibility with test harness James McCallum 2017-09-26 05:14:53 +1000
  • e68f0cbd16 Fix docker group to append group rather than set it James McCallum 2017-09-26 05:09:58 +1000
  • ca7f0148a2 Comply with Ansible 2.4 new include method Gilad Peleg 2017-09-24 10:21:33 +0300
  • 309ab2caee Fix typo Gilad Peleg 2017-09-19 11:19:58 +0300
  • 8c63471573 include docker-users to main James McCallum 2017-09-03 19:38:50 +1000
  • 2bf1b29d3f Add user to docker group functionality James McCallum 2017-09-03 19:21:17 +1000
  • 922fb16b12 Merge 3009f6920d into 2b507a374e Alex2357 2017-08-18 06:26:09 +0000
  • 3009f6920d added required packages installation as without those was not able to create container using docker_container module vkub.enko 2017-08-18 15:42:29 +1000
  • 3ec09fe4bf Merge c0b4968b0e into 2b507a374e Phillip Thurston 2017-08-17 20:39:12 +0000
  • c0b4968b0e Added recommended extra packages for Trusty. closes geerlingguy/ansible-role-docker#22 Phillip Thurston 2017-08-17 14:33:14 -0600
  • d8b8aa467c Merge 7f9f052be4 into 2b507a374e Joseph Benden 2017-08-17 10:15:55 +0000
  • 2b507a374e Bump docker_compose_version to 1.15.0. Jeff Geerling 2017-08-16 20:50:26 -0500
  • 08870eaaae Ensure the Docker config directory is present; before writing config Joseph Benden 2017-08-06 16:09:37 -0700
  • 4826cfa6da Adds an initial Docker daemon configuration for DNS resolvers Joseph Benden 2017-08-06 10:40:08 -0700
  • f26f025cc6 Ensure the updatedb does not include Docker images Joseph Benden 2017-08-06 10:38:25 -0700
  • 7f9f052be4 Ubuntu 16.04 LTS requires dmsetup for Docker to install Joseph Benden 2017-08-05 14:46:58 -0700
  • 2ef8e4c26f Ensure the Ubuntu 16.04 docker.io package is absent Joseph Benden 2017-08-05 14:43:54 -0700
  • 7605802735 removed extra include that I had forgotten to remove. Phillip Thurston 2017-08-03 21:15:41 -0600
  • ab9c581a4b Added variable to selectivley skip entire role if needed. Phillip Thurston 2017-08-03 21:12:14 -0600
  • 98ae233269 Eliminated the need for two OS specific tasks when it can be done with one. Phillip Thurston 2017-08-03 20:56:02 -0600
  • a4bc441310 Merge pull request #16 from digmore/armhf-support 2.1.0 Jeff Geerling 2017-07-31 22:00:11 -0500
  • 0a34e6c11c PR #15 follow-up: Add docker_package_state docs. Jeff Geerling 2017-07-31 21:17:13 -0500
  • 8a86f88b97 Merge pull request #15 from kakawait/package-state-var Jeff Geerling 2017-07-31 21:15:37 -0500
  • 404cfb80d6 Open up support for armhf architecture Duncan Gilmore 2017-07-20 20:15:33 +1200
  • df3fb0a528
    Add var to customize docker pkg state Thibaud Leprêtre 2017-07-20 09:04:08 +0200
  • 38f2bfc068 Merge a6f9885e89 into e7ff2b8657 Thibaud Lepretre 2017-07-18 11:28:46 +0000
  • a6f9885e89
    Fix adding docker GPG key & repo on Centos 7.1 Thibaud Leprêtre 2017-07-18 12:47:56 +0200
  • e7ff2b8657 Merge pull request #12 from idiv-biodiversity/master Jeff Geerling 2017-06-30 07:16:17 -0500
  • 727e702c91
    fixes yaml syntax highlighting in README Christian Krause 2017-06-30 13:56:21 +0200
  • cb9e74677c Fix broken idempotence x2. 2.0.5 Jeff Geerling 2017-06-29 09:41:20 -0500
  • 9919962f55 Fix broken idempotence. Jeff Geerling 2017-06-29 07:37:37 -0500
  • 0960f85f78 Issue #8: Update documentation since docker-py is now docker. 2.0.4 Jeff Geerling 2017-05-30 23:03:14 -0500
  • 6e9b3b5c9e Issue #7: Ensure curl is present on older systems without SNI. 2.0.3 Jeff Geerling 2017-05-30 17:11:58 -0500
  • 1ba82d6510 Fixes #8: Document usage of docker-py with Ansible and this role. Jeff Geerling 2017-05-29 22:08:59 -0500
  • 6506efd7cd PR #10: Slight adjustment to legacy apt key task. 2.0.2 Jeff Geerling 2017-05-23 20:28:47 -0400
  • 5fb6a4d60d Merge pull request #10 from kostyrev/master Jeff Geerling 2017-05-23 20:25:18 -0400
  • 894cdd2cdf Add ubuntu1404 to .travis.yml Aleksandr Kostyrev 2017-05-24 02:30:19 +0300
  • 2f2c4ffdda Fix adding docker apt key on Ubuntu 14.04 Aleksandr Kostyrev 2017-05-24 02:05:34 +0300
  • b7b7acd68c Merge e0648ead2f into 24357b016d Jonathan Hanson 2017-05-21 23:14:39 +0000
  • e0648ead2f Add installation of the docker python package Jonathan Hanson 2017-05-21 16:13:08 -0700
  • 4d889ed49e Merge 221686c618 into 24357b016d qubusp 2017-05-10 11:37:33 +0000
  • 24357b016d Issue #5: Update documentation in README. 2.0.1 Jeff Geerling 2017-05-09 22:29:25 -0500
  • 4c742428b6 Merge pull request #6 from geerlingguy/5-switch-to-new-repos 2.0.0 Jeff Geerling 2017-05-09 22:24:02 -0500
  • a220d54d4a Fixes #5: Switch to new Docker CE and EE repo layout. Jeff Geerling 2017-05-09 21:36:53 -0500
  • 221686c618 update tasks qubusp 2017-05-09 13:29:29 +0200
  • a83e39c2a9 install docker ce repository qubusp 2017-05-09 13:28:39 +0200
  • b120481824 Create docker-ce.j2 qubusp 2017-05-09 13:25:09 +0200
  • 3ae29c13ab Merge branch '2-compose-update' 1.2.0 Jeff Geerling 2017-05-03 11:11:16 -0500
  • 9180fbe7e5 Issue #2: Allow customization of the Docker Compose path. Jeff Geerling 2017-05-03 11:06:24 -0500
  • ab49c85d98 Issue #2: Only use variable if it's defined. Jeff Geerling 2017-05-03 10:59:50 -0500
  • d072a187e4 Fixes #2: Allow for Docker Compose version upgrades. Jeff Geerling 2017-05-03 10:51:04 -0500
  • 644d1dc597 Add variables to README. [ci skip] Jeff Geerling 2017-05-03 10:44:49 -0500
  • 083b6e0839 Update README. [ci skip] Jeff Geerling 2017-05-03 10:43:11 -0500
  • fb20bcc8e3 Update test script README. [ci skip] Jeff Geerling 2017-04-02 10:40:37 -0500
  • 9b8b7b43bc Fix broken test. Jeff Geerling 2017-04-01 23:16:26 -0500
  • f93852b229 Switch to more efficient and compact test setup. Jeff Geerling 2017-04-01 22:48:28 -0500
  • a07cf0bd2e Add a LICENSE file for MIT license. [ci skip] Jeff Geerling 2017-03-31 11:23:23 -0500
  • cdb27879e7 Fixes #1: Add Docker Compose. 1.1.0 Jeff Geerling 2017-02-25 08:48:30 -0600
  • 14a90bfa3a Check if Docker is running inside Docker. Dockerception. 1.0.0 Jeff Geerling 2017-02-23 22:25:06 -0600
  • 5c864acf13 Get installation working on CentOS, add Debian 8 test. Jeff Geerling 2017-02-23 22:21:00 -0600
  • da3eb9cf1c Initial commit. Jeff Geerling 2017-02-23 22:08:18 -0600