Ajout du client python pour Docker.
This commit is contained in:
parent
0a31b37687
commit
a5e7d79e1a
@ -10,6 +10,7 @@
|
|||||||
'apt-transport-https',
|
'apt-transport-https',
|
||||||
'ca-certificates',
|
'ca-certificates',
|
||||||
'software-properties-common',
|
'software-properties-common',
|
||||||
|
'python3-pip',
|
||||||
]
|
]
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
@ -33,6 +34,10 @@
|
|||||||
state: latest
|
state: latest
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
- name: Add the Python client for Docker
|
||||||
|
pip:
|
||||||
|
name: docker-py
|
||||||
|
|
||||||
- name: Install docker-compose
|
- name: Install docker-compose
|
||||||
get_url:
|
get_url:
|
||||||
url : https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64
|
url : https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user