https://github.com/s1ntaxe770r/docker-play
A simple playbook to install docker on linux machines.
https://github.com/s1ntaxe770r/docker-play
ansible ansible-playbook automation docker linux
Last synced: 3 months ago
JSON representation
A simple playbook to install docker on linux machines.
- Host: GitHub
- URL: https://github.com/s1ntaxe770r/docker-play
- Owner: s1ntaxe770r
- Created: 2020-09-06T22:05:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T19:39:27.000Z (almost 6 years ago)
- Last Synced: 2025-06-02T10:07:02.764Z (about 1 year ago)
- Topics: ansible, ansible-playbook, automation, docker, linux
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-play
A simple playbook to install docker on linux machines.
# :construction:
## this currently only works on debian based distributions
feel free to make a PR if you have a playbook for another distro
# Usage
- add your server or server IP's to the `inventory file`
- in the `ansible.cfg` enter the name of the remote user
now run with `ansible-playbook run -K `
it would prompt you for your ssh password, once you enter it you are good to go
### i hope i saved you some time :rocket: