https://github.com/hyperized/docker
Ansible role to install docker
https://github.com/hyperized/docker
Last synced: 3 months ago
JSON representation
Ansible role to install docker
- Host: GitHub
- URL: https://github.com/hyperized/docker
- Owner: hyperized
- Created: 2020-02-27T14:34:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T20:30:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T00:29:49.361Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hyperized.docker
=========
_Installs docker._
Requirements
------------
Ansible 2.6 or above is highly recommended.
Role Variables
--------------
docker_state: present
docker_key_url: https://download.docker.com/linux/ubuntu/gpg
docker_key_id: "0EBFCD88"
docker_package: docker-ce
docker_repo_filename: docker
docker_repo: "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
docker_daemon: '{}'
Dependencies
------------
hyperized.package
Example Playbook
----------------
- hosts: all
become: yes
roles:
- role: hyperized.docker
License
-------
MIT
Author Information
------------------
Gerben Geijteman