Forum Discussion
Error while running ansible
Anysolution anyone?"
- boneyardMay 09, 2024
MVP
For any playbook? Can you share a simple one which triggers this?
The errors "<urlopen error [SSL: WRONG_VERSION_NUMBER]" point to a lower SSL version then the F5 accepts, does a curl from the jump host towards it work?
- pranay48May 09, 2024
Nimbostratus
Yes, it is every playbook.
Ex:---
- name: List virtual
hosts: f5
connection: local
vars:
provider:
server: "localhost"
user: "<>"
password: "<>"
server_port: <>
validate_certs: notasks:
- name: Retrieve LTM pool list
bigip_command:
commands:
- tmsh -c "list ltm pool"
provider: "{{ provider }}"
register: ltm_pool_list- name: Display LTM pool list
debug:
var: ltm_pool_list.stdout_lines
Inventory:[f5]
<Ip>
[f5:vars]
ansible_ssh_common_args='-o StrictHostKeyChecking=no -J <user>@localhost:<port>'
-Yes, curl and ssh from jumphost towards F5 works
- boneyardMay 13, 2024
MVP
Is that ansible_ssh_common_args needed? Do you tunnel or such towards the F5?
Have you limited the allowed TLS versions on the F5 management interface?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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