Commit Graph

4 Commits

Author SHA1 Message Date
Alberto Murillo 395f39d441 docker: Add docker_service variable
ClearLinux uses docker-cor.service file by default when running
in baremetal (ClearContainers).

docker_service defaults to docker.service for fedora, ubuntu and
clearlinux with no /dev/kvm support.

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
2016-10-18 12:35:26 -05:00
Alberto Murillo e5fc7176c9 Docker: Start docker service in clearlinux (#78)
* docker: docker service is not started in clearlinux

Docker service is usually started when docker is installed.

In ClearLinux, docker is not started when containers-basic
bundle is installed

This change enables and starts the docker service to ensure
it is usable after installation.

Fixes #75

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>

* docker: Add name of distro to distro specific tasks

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
2016-10-07 13:39:10 -05:00
Alberto Murillo 601dfe89a8 documentation: Add contribution notice
Add a contribution notice on each role to direct users to
open issues and pull requests at github.com/clearlinux/clear-config-management
rather than github.com/clearlinux/ansible-role-<rolename>

Fixes #43

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
2016-09-19 11:54:01 -05:00
Alberto Murillo 80494ca417 docker: Add docker role
This role installs docker 1.12 in ubuntu, fedora and clearlinux

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
2016-09-02 10:02:51 -05:00