F5 Private Cloud Solutions > 3. Class 3: Automation of Cisco APIC and F5 BIG-IP using Ansible > 3.2. Module 1: L4-7 Services with Cisco APIC and BIG-IP Source | Edit on
3.2.3. Lab 3: Making modifications to the service graphΒΆ
Playbook modify_parameters.yaml - this playbook will perform the
following task
- Changes the load balancing method to the desired load balancing method (input taken from the variable file)
Open the variable file placed under
/root/playbooks/variable_file.yamland change thelb_methodparameter fromround-robintofastest-nodeBefore modification:


To execute the playbook run command
ansible-playbook --step playbooks/ modify_parameters.yamlAfter running the playbook for modification:

