F5Networks / f5-ansible-bigip

Declarative Ansible collection for managing F5 BIG-IP/BIG-IQ.
37 stars 17 forks source link

f5_bigip is not compatible with ansible.netcommon > 3.1.0 #84

Open simonkowallik opened 2 months ago

simonkowallik commented 2 months ago
COMPONENT NAME

All.

Environment

ANSIBLE VERSION
core 2.6.5
BIGIP VERSION
n/a - not relevant
CONFIGURATION

Using ansible.netcommon > 3.1.0 (eg. 4.1.0) will lead to authentication errors all the time.

OS / ENVIRONMENT
SUMMARY

Using ansible.netcommon > 3.1.0 (eg. 4.1.0) will lead to authentication errors all the time.

https://github.com/F5Networks/f5-ansible-bigip/blob/32df61b3401b95eca2e35ed1099b6d8834f0ca7e/ansible_collections/f5networks/f5_bigip/galaxy.yml#L4 Suggests that 4.1.0 is ok, for example. Either the requirements are incorrect or f5_bigip is defective.

STEPS TO REPRODUCE
Use ansible.netcommon 4.1.0 or anything after 3.1.0
EXPECTED RESULTS
ACTUAL RESULTS
pgouband commented 2 months ago

Hi @simonkowallik,

I tested with ansible.netcommon 3.1.0 and 4.1.0 and it works on version BIG-IP v16. Maybe the issue is related to your environment?

pgouband commented 2 months ago

Hi @simonkowallik,

The ansible version used durint the test: ansible [core 2.15.4]

The version 2.6.5 is quite old. Have you tested to update Ansible?

pgouband commented 1 month ago

Hi @simonkowallik,

Any update?