Nicolas Ménant
Nicolas Ménant
Hi, We've created INFRAANO-240 to track this feature request internally thanks for your feedback
I did some testing and can't reproduce this issue: ``` --- - hosts: default gather_facts: false vars: provider: server: 192.168.143.154 user: admin password: XXxXXXxXXx validate_certs: no server_port: 443 tasks: -...
Could you share the content of your playbook ? i've done some tests and everything works fine on my end
Thanks for sharing this issue, tracking this with INFRAANO-309
We'll track this request internally with INFRAANO-245
Hi, Thanks for reaching out. What you are trying to achieve is not really specific to BIG-IP and is more of a linux use case. While we will look into...
i've tried your code: BIG-IP v14.1 Ansible Collection 1.8.1 (you need to switch from bigip_device_fact to bigip_device_info) ``` --- - hosts: default gather_facts: false vars: provider: server: 192.168.143.154 user: admin...
Today this is not in our Roadmap / Backlog. Can you confirm the use case ? 1. To be able to handle BIG-IP images on BIG-IQ for BIG-IP Upgrades 2....
Hi, I've tested with BIG-IP v14.1.2.7 and f5_modules v1.8 and it works as expected: Pool member 172.16.2.80:80 is enabled ``` --- - hosts: default gather_facts: false vars: provider: server: 192.168.143.154...
I did some more tests since you shouldn't have to downgrade your BIG-IP. I tried with one of our latest version and it seems to work well also (v16) ```...