Forum Discussion
need a way to get the DEFAULT cipher string via a yaml script
Hey Sanjay,
Just an update. I got this working, The problem was with the way the way the command was processing
- tmm --clientciphers DEFAULT
ansible big-ip module was prepending "tmsh -c" to the beginning of the line. Making it have problems. I re-arranged the command so that the bash statement and the tmm are passed in the same line, like this:
"bash -c 'tmm --clientciphers DEFAULT'"
This works because when processed the big-ip server prepends the tmsh -c so it looks like this:
tmsh -c "bash -c 'tmm --clientciphers DEFAULT'"
anyway, it works now, Thanks! for all your help. You got me looking in the right place
Kevin
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com