https://github.com/devture/com.devture.ansible.role.docker_sdk_for_python
An Ansible role which installs Docker SDK for Python on various distros
https://github.com/devture/com.devture.ansible.role.docker_sdk_for_python
Last synced: 19 days ago
JSON representation
An Ansible role which installs Docker SDK for Python on various distros
- Host: GitHub
- URL: https://github.com/devture/com.devture.ansible.role.docker_sdk_for_python
- Owner: devture
- Created: 2022-11-04T13:54:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T09:59:13.000Z (4 months ago)
- Last Synced: 2025-11-29T08:59:59.617Z (4 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker SDK for Python Ansible role
This is an Ansible role which installs the [Docker SDK for Python](https://pypi.org/project/docker/) on various distros.
This role aims to install the Docker SDK using the distro's official package manager, not via `pip`, etc.
## Usage
Example playbook:
```yaml
- hosts: servers
roles:
- when: devture_docker_sdk_for_python_installation_enabled | bool
role: galaxy/com.devture.ansible.role.docker_sdk_for_python
# Uncomment to make it run on some tags only, not always
# tags:
# - setup-all
```