paulfantom
3764144045
better installation method
7 years ago
Paweł Krupa
7799fa88b1
Change location of systemd service file
7 years ago
pkrupa
c0781c0743
unify variable naming; cleanup tasks
7 years ago
Carlos León
9aeb4eb955
Merge pull request #30 from paulfantom/ci
...
WIP: integration tests
7 years ago
paulfantom
cd9ed94d39
move to systemd
7 years ago
ageekymonk
299acf4ccf
Apply proxy only if docker_proxy is set
7 years ago
ageekymonk
e9d46bb696
Adding support for proxy
7 years ago
Manuel Hutter
82c86e1ac9
Only run install script when docker is not installed
...
Fixes #16 .
8 years ago
Marcus Levine
009c8aea83
adding install include
8 years ago
Marcus Levine
dcf8cd9f72
fixing docker setup to use rancher url if version provided
8 years ago
Marcus Levine
b541ce4d31
adding version spec to docker engine package install
8 years ago
Manuel Hutter
2b91071fde
Make daemon.json settings configurable
8 years ago
Carlos León
d71408980d
Fix systemd unit file
...
We were using the *copy* module instead of the *template* one, making
the service unusable.
8 years ago
Carlos León
552470aa77
Ensure unit file folder is present in Debian 8
...
Some systems come with the /usr/lib/systemd/system directory. Some
others don't.
Ensuring with this commit that we always have this directory present,
otherwise the placing of the Docker unit file may fail and, in
consequence, the rest of the play.
9 years ago
Bruce Becker
20da8ae265
Proposed update for upstream
...
----------------------------
1. Added some vars to defaults so that the end user can decide whether to use vagrant and docker-py
1. Updated syntax on tasks to follow `key: value` instead of `key=value` format, to make it easier
to track changes
1. Using an explicit become in the handler, since the task may not be run by root
9 years ago
Bruce Becker
f3fc19356c
Merge branch 'master' of https://github.com/mongrelion/ansible-role-docker
9 years ago
Bruce Becker
9374371f08
Ensuring the docker group is there
9 years ago
Carlos León
116b35d9f6
Add support for docker-py module
9 years ago
Carlos León
52ca21dbeb
Add support for Debian Jessie
9 years ago
Carlos León
cbf14692b4
Move CentOS specifics to its own file
9 years ago
Carlos León
1343901055
Remove step for adding vagrant user to the docker group
...
The vagrant user is only used for testing. There is no need to include
this in production code.
9 years ago
Carlos León
3bce66d856
Remove support for docker_rc
9 years ago
Bruce Becker
1d8c4ee769
Fixed https://github.com/AAROC/CODE-RADE-jenkins-role/issues/2
9 years ago
Bruce Becker
23db20bbde
changing the format - no substantive changes made
9 years ago
Carlos León
de36229178
Run handlers as soon as Docker is installed and configured
...
Otherwise, when using this role in combination with some other calls to
Docker right after, the calls would fail as the handlers hadn't yet
kicked it and Docker wouldn't be running by then.
9 years ago
Carlos León
17b3e79971
Restart Docker daemon when a change to the daemon config file is done
9 years ago
Carlos León
3ddbe81ceb
Add support for Docker cluster store
9 years ago
Carlos León
3a277d13bb
Add tasks for installing Docker.
9 years ago
Carlos León
ad027f5a6a
Bootstrap role.
9 years ago