Skip to content

m-shalenko/ansible-role-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-docker

Purpose

This ansible role installs Docker Engine.

Install

ansible-galaxy role install m-shalenko.docker

Example of playbook

---
- name: Install Docker Engine
  hosts: localhost
  connection: local
  become: true
  gather_facts: false
  roles:
    - role: m-shalenko.docker
      tags:
        - docker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published