The last part in deploying an application on the BIG-IP LTM for load balancing is configuring the virtual server on the BIG-IP LTM node, and creating a virtual IP (VIP) on the BIG-IP node for this virtual server. In this recipe, we outline how to deploy the virtual server using Ansible.
Configuring virtual servers on BIG-IP devices
Getting ready
This recipe assumes that all the previous recipes are completed, and a load balancing pool and pool members are already configured.
How to do it...
- Update the pb_f5_deploy_app.yml playbook with the following task:
- name: Create...