erjac77 / ansible-module-f5bigip

Ansible module for F5 BIG-IP
Apache License 2.0
6 stars 3 forks source link

Support for "provider" parameter #197

Open ymartin59 opened 4 years ago

ymartin59 commented 4 years ago

F5 bigip modules included in Ansible supports a provider dictionnary object with server, user, password, server_port and validate_certs

May you please adapt your modules to also accept same structure, so that playbook mixing both modules look homogeneous.

Many thanks for these useful modules.

erjac77 commented 4 years ago

@ymartin59 I'll look into it during the holidays.

Thanks for reporting.

erjac77 commented 4 years ago

@ymartin59 Sorry for the delay. The provider option is now supported in my refactored Ansible F5 Role.

https://github.com/erjac77/ansible-role-f5

You can install it via Ansible Galaxy. Give it a try and tell me if it works as expected.

Thank you.