solar/resources/nova/actions/remove.yml
2015-05-22 15:50:21 +02:00

7 lines
118 B
YAML

# TODO
- hosts: [{{ ip }}]
sudo: yes
tasks:
- shell: docker stop {{ name }}
- shell: docker rm {{ name }}