Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-docker-machine
Ansible role to set up (the latest or a specific version of) Docker Machine in Debian-like systems
https://github.com/oefenweb/ansible-docker-machine
ansible containers debian docker docker-machine ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role to set up (the latest or a specific version of) Docker Machine in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-docker-machine
- Owner: Oefenweb
- License: mit
- Created: 2016-04-25T08:51:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:02:57.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:36:50.195Z (about 1 year ago)
- Topics: ansible, containers, debian, docker, docker-machine, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## docker-machine
[![CI](https://github.com/Oefenweb/ansible-docker-machine/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-docker-machine/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-docker--machine-blue.svg)](https://galaxy.ansible.com/oefenweb/docker_machine)Set up (the latest or a specific version of) [Docker Machine](https://docs.docker.com/machine) in Debian-like systems.
#### Requirements
None
#### Variables
* `docker_machine_version` [default: `v0.16.2`]: Version to install
* `docker_machine_install_prefix` [default: `/usr/local/bin`]: Install prefix
* `docker_machine_download_url` [default: `https://github.com`]: Download url## Dependencies
None
## Recommended
* `ansible-docker` ([see](https://github.com/Oefenweb/ansible-docker))
* `ansible-docker-compose` ([see](https://github.com/Oefenweb/ansible-docker-compose))#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.docker-machine
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-docker-machine/issues)!