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

@@ -0,0 +1,12 @@
---
- include: download.yml
delegate_to: localhost
when: inventory_hostname == "{{ groups['kube-master'][0] }}"
- include: pip-bootstrap.yml
- name: Install httplib2 python module
pip:
executable: "{{ ansible_user_dir }}/bin/pip"
name: "{{ item }}"
with_items: pip_python_modules