Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelpalacce/ansible-docker
Installs docker
https://github.com/michaelpalacce/ansible-docker
Last synced: 22 days ago
JSON representation
Installs docker
- Host: GitHub
- URL: https://github.com/michaelpalacce/ansible-docker
- Owner: Michaelpalacce
- Created: 2021-05-24T16:52:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T18:03:55.000Z (over 3 years ago)
- Last Synced: 2024-11-06T15:59:59.307Z (2 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple ansible role that installs the latest version of Docker.
This package closely follows the guide at: https://docs.docker.com/engine/install/ubuntu/
# Supported variables
~~~
arch
~~~
Define your current ubuntu architecture.
Possible values: `amd64`, `armhf`, `arm64`.
Defaults to: `amd64`.