Forum Discussion

F5_349259's avatar
F5_349259
Icon for Altostratus rankAltostratus
May 17, 2018

automate f5 config

Hi all,

 

Can someone tell me what is the easy way to automate vip creation and f5 network config and how can we do it

 

1 Reply

  • There are many automation script/code(Bash, PHP, PowerShell, Ansible, etc) available in google. Only issue is customization and make usable based on requirement.

     

    I use Ansible & Bash script in our environment to automate task. Suggest you to go through all different script document(Advantage & disadvantage) and then device based on needs.

    Ex: Ansible -- http://docs.ansible.com/ansible/latest/modules/bigip_pool_module.html

     

    All the best.