Skip to content

FastMT/ansible-ubuntu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-docker

Ansible role to install Docker on linux (Ubuntu) servers

Installation

Create requirements.yml file

# Include ubuntu-docker role
- src: https://github.com/FastMT/ansible-ubuntu-docker.git
  name: ubuntu-docker
  version: "v1.0.4"

Install external module into ~/.ansible/roles folder

ansible-galaxy install -r requirements.yml

Usage

playbook.yml:

# Install docker on linux servers
- role: "ubuntu-docker"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published