Docker SDK for Python Ansible role
November 4, 2022 ยท View on GitHub
This is an Ansible role which installs the Docker SDK for Python 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:
- 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