tripleo-quickstart/playbooks/teardown-environment.yml

10 lines
190 B
YAML

# This teardown role will destroy libvirt networks
- name: Tear down environment
hosts: virthost
roles:
- environment/teardown
tags:
- teardown-environment
- teardown-all