add docker
This commit is contained in:
parent
e27c8503b3
commit
e9fa43f8e0
2 changed files with 10 additions and 1 deletions
9
docker.yml
Normal file
9
docker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# playbook.yml:
|
||||
---
|
||||
|
||||
- name: "docker"
|
||||
hosts: thismachine
|
||||
connection: local
|
||||
roles:
|
||||
- docker
|
||||
|
|
@ -5,5 +5,5 @@
|
|||
hosts: thismachine
|
||||
connection: local
|
||||
roles:
|
||||
- tincpvn
|
||||
- tincvpn
|
||||
|
||||
|
|
Loading…
Reference in a new issue