Created
June 21, 2015 03:28
-
-
Save MasazI/1bb837c7e4cbacc2d830 to your computer and use it in GitHub Desktop.
playbook.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - hosts: all | |
| tasks: | |
| - name: install latest docker | |
| shell: curl -sSL https://get.docker.com/ubuntu/ | sudo sh | |
| - name: add vagrant user to docker group | |
| command: gpasswd -a vagrant docker | |
| sudo: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment