mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-11 13:46:32 +02:00
Use with Ansible section work with minimal hosts
Some times when I get VM from some providers some extra packages are needed in order to make it working specially when OS is a little bit minimal
This commit is contained in:
parent
5b8e39b38e
commit
05da03c564
@ -81,7 +81,13 @@ Many users of this role wish to also use Ansible to then _build_ Docker images a
|
|||||||
|
|
||||||
vars:
|
vars:
|
||||||
pip_install_packages:
|
pip_install_packages:
|
||||||
|
- name: wheel
|
||||||
|
- name: pip
|
||||||
|
state: latest
|
||||||
|
- name: setuptools
|
||||||
|
- name: cffi
|
||||||
- name: docker
|
- name: docker
|
||||||
|
- name: dockerpty
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- geerlingguy.pip
|
- geerlingguy.pip
|
||||||
|
Loading…
Reference in New Issue
Block a user