Files
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
..
2016-09-02 10:02:51 -05:00
2016-09-02 10:02:51 -05:00

clearlinux.docker

This role installs docker 1.12 on Ubuntu, Fedora and ClearLinux

Requirements

None

Role Variables

Variable Default Value Description
swupd_args arguments for swupd (clearlinux)

Dependencies

None

Example Playbook

file site.yml

- hosts: servers
  roles:
    - clearlinux.docker

Contribution

Pull Requests and Issues should be opened at clearlinux/clear-config-management.

License

Apache-2.0

Author Information

This role was created by Alberto Murillo