Delete the SSL Orchestrator Configuration (Ansible) ================================================================================ The F5 Declarative Ansible collection also includes a utility module to delete the entire SSL Orchestrator configuration. In VSCode, click **playbooks > utility-sslo-delete-all.yaml** to view the example playbook. .. image:: ./images/ansible-delete-1.png :align: left | This playbook relies on variable values provided by the previously reviewed **ansible_vars.yaml** file. The playbook tasks are described below: .. list-table:: **Ansible Tasks** :header-rows: 1 :widths: auto * - Task Name - Module Name - Description * - Delete SSLO configurations - bigip_sslo_config_utility (delete-all utility) - Deletes the entire SSL Orchestrator configuration. | Return to the BASH Terminal session that you used earlier to deploy the SSL Orchestrator Topology configuration to execute the following: .. code-block:: bash ansible-playbook -e @ansible_vars.yaml playbooks/utility-sslo-delete-all.yaml Wait for the Ansible playbook to complete. .. image:: ./images/ansible-delete-2.png :align: left | In the BIG-IP (SSL Orchestrator) TMUI, click on **SSL Orchestrator > Configuration**. You should now see the Configuration introduction page again.