Skip to content

giovtorres/ansible-role-docker-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: docker-machine

Build Status Ansible Role

Installs the docker-machine binary. This role includes the command completion script for the bash shell.

Requirements

None.

Role Variables

Set the docker-machine release version. (See available versions)

docker_machine_version: 0.16.1

Install docker-machine at this path:

docker_machine_install_path: /usr/local/bin

Dependencies

giovtorres.bash-completion

Example Playbook

- hosts: servers
  roles:
     - giovtorres.bash-completion
     - giovtorres.docker-machine

License

BSD

Releases

No releases published

Packages

No packages published