Forum Discussion

Ankur_Mathur's avatar
Ankur_Mathur
Icon for Nimbostratus rankNimbostratus
Oct 26, 2018

How to issue shell command from tmsh?

I am trying to automate f5 using ansible and need way to fetch and put back the masterkey. The master key fetching is done by command "f5mku -K" which gets executed on native shell. How can i execute this command from tmsh? Ansible command modules by default use tmsh hence the requirement.