Vagrant User a50f0933c7 Init x
2015-04-15 18:43:02 +00:00

7 lines
135 B
YAML

- hosts: [{{ ip }}]
sudo: yes
tasks:
- shell: docker run -d --net="host" --privileged \
--name {{ name }} {{ image }}