Skip to content

Install docker-ce and docker-compose on ubuntu os 🔧

Notifications You must be signed in to change notification settings

pboiseau/ansible-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

paulboiseau.docker

Install docker-ce and docker-compose on ubuntu

Requirements

None.

Role Variables

Name Default Type Description
local_user $(whoami) string Local device user

Dependencies

None.

Example

Put this in inventory/hosts if you want to run ansible on your local machine

default ansible_host=127.0.0.1 ansible_connection=local

and create this playbook

- hosts: default
  gather_facts: yes
  roles:
     - { role: paulboiseau.docker }

License

MIT

Author Information

Paul Boiseau (https://paulboiseau.com)

About

Install docker-ce and docker-compose on ubuntu os 🔧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published