--- # Entry point allowing to clean CI Framework generated content. # Calling this playbook will allow to clean up directories and related # artifacts. # Note that this playbook can be called as a standalone tool. - name: Cleanup EDPM hosts: localhost gather_facts: true tasks: - name: Clean up hypervisor firewall rules ansible.builtin.include_role: name: fdp_update_edpm tasks_from: cleanup_hypervisor_firewall.yml - name: Clean up all directories ansible.builtin.import_role: name: ci_setup tasks_from: cleanup.yml # TODO: clean crc, libvirt when the roles are ready