Ansible-Install-Docker

Install Docker CE using Ansible

Stars
0

Install Docker ( Ansible )

You can use this role to install Docker CE.

How-to

First you need instal the role:

  • Clone this role:

    git clone [email protected]:hatamiarash7/Ansible-Install-Docker.git install_docker
    
  • Or you can install using galaxy:

    ansible-galaxy install hatamiarash7.install_docker
    

Then, Include role in Playbook:

- hosts: all
    roles:
        - hatamiarash7.install_docker

Support

Contributing

Don't be shy to be a contributor 😉

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them.