Skip to content

An Ansible role which installs Docker SDK for Python on various distros

Notifications You must be signed in to change notification settings

devture/com.devture.ansible.role.docker_sdk_for_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker SDK for Python Ansible role

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

About

An Ansible role which installs Docker SDK for Python on various distros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published