- hosts: [{{ ip }}] sudo: yes tasks: - shell: docker stop {{ resource_name }} - shell: docker rm {{ resource_name }}