Skip to content

This playbook install Docker and Docker-Compose on your server (Ubuntu/CentOS)

License

Notifications You must be signed in to change notification settings

oleh-v/Ansible-Docker-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible. Install Docker CE and Docker-Compose

This Playbook install Docker CE and Docker-Compose on Ubuntu or CentOS server. OS version will be automatically determined.

Requirements

  • SSH root access to the target servers.

How to do that: Copy your public key to the target server with command below:

ssh-copy-id [email protected]

Usage

  • In ./ansible.cfg - check path to your private key and username
  • In ./group_vars/target - change the values you need
  • Run Playbook:
ansible-playbook run.yml

About

This playbook install Docker and Docker-Compose on your server (Ubuntu/CentOS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published