5.1. 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.

../../_images/ansible-delete-1.png

This playbook relies on variable values provided by the previously reviewed ansible_vars.yaml file.

The playbook tasks are described below:

Ansible Tasks

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:

ansible-playbook -e @ansible_vars.yaml playbooks/utility-sslo-delete-all.yaml

Wait for the Ansible playbook to complete.

../../_images/ansible-delete-2.png

In the BIG-IP (SSL Orchestrator) TMUI, click on SSL Orchestrator > Configuration. You should now see the Configuration introduction page again.