Initial commit.

This commit is contained in:
Jeff Geerling
2017-02-23 22:08:18 -06:00
commit da3eb9cf1c
9 changed files with 175 additions and 0 deletions

3
handlers/main.yml Normal file
View File

@@ -0,0 +1,3 @@
---
- name: restart docker
service: name=docker state=restarted