571df126b9b75d8aa0a156571b85c011d559fdc8
[icn.git] / deploy / metal3-vm / vm-setup / teardown-playbook.yml
1 ---
2 - name: Teardown previous libvirt setup
3   hosts: virthost
4   connection: local
5   gather_facts: true
6   tasks:
7     - import_role:
8         name: common
9     - import_role:
10         name: libvirt
11       vars:
12         libvirt_action: "teardown"
13     - import_role:
14         name: virtbmc
15       vars:
16         virtbmc_action: "teardown"
17