Modify docker role to use dind
[oom/offline-installer.git] / ansible / roles / rancher / molecule / default / cleanup.yml
1 ---
2 - name: Cleanup host
3   hosts: localhost
4   roles:
5     - role: cleanup-containers
6       vars:
7         container_list:
8           - rancher-agent
9           - rancher-server
10     - role: cleanup-rancher
11       vars:
12         container_list_by_label:
13           - { 'label':'io.rancher.project.name', 'value':'healthcheck'}
14           - { 'label':'io.rancher.project.name', 'value':'kubernetes'}