Created
July 11, 2016 15:25
-
-
Save brk3/4180b63fb0395d1ba7da1c162b3b0be3 to your computer and use it in GitHub Desktop.
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: | |
| - file: path=/etc/systemd/system/docker.service.d state=directory | |
| - copy: src=/home/ubuntu/kolla.conf dest=/etc/systemd/system/docker.service.d/kolla.conf | |
| - command: systemctl daemon-reload | |
| - command: systemctl restart docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment