14-Apr-2023 19:55
When using "bigip_virtual_server's" Ansible module I cannot find a parameter to apply OneConnect profile to a server. I am thinking that the way to do it is via TMSH command.
What are the TMSH commands to apply an existing OneConnect profile to a virtual server?
Thank you
Juan
Solved! Go to Solution.
14-Apr-2023 21:56
@johnramzf5 It should be the following.
modify ltm virtual <virtual_server_name> profiles add { <one-connect_profile_name> }
14-Apr-2023 21:56
@johnramzf5 It should be the following.
modify ltm virtual <virtual_server_name> profiles add { <one-connect_profile_name> }
16-Apr-2023 11:02
Thank you so much for your quick and accurate reply!
18-Apr-2023 03:38
Thanks for the solution. You made my day 🙂