F5 BIG-IP SSL Orchestrator Training Lab > All SSL Orchestrator Lab Guides > SSLO 301: Automating SSL Orchestrator Deployments in Public Cloud (Agility 2022 | 2 hours) > 4. Automating SSL Orchestrator Topology Configuration with Ansible Source | Edit on
4.1. What is Ansible?¶
Ansible is an automation tool from Red Hat that is commonly used for network configuration, systems management, and code deployment.
It uses YAML syntax to define configuration playbooks. Playbooks contain a list of tasks which use Ansible modules to perform configuration changes on remote systems.
For more information, refer to: ansible.com