install docker on a largest number of linux distribution (based on https://github.com/marklee77/ansible-role-docker)

This commit is contained in:
Smaine Kahlouch
2015-12-30 17:11:33 +01:00
parent 005ddedb94
commit 9f07f2a951
18 changed files with 273 additions and 89 deletions

View File

@@ -1,12 +0,0 @@
---
- name: restart docker
command: /bin/true
notify:
- reload systemd
- restart docker service
- name: reload systemd
shell: systemctl daemon-reload
- name: restart docker service
service: name=docker state=restarted