Rohit Upadhyay

Results 26 comments of Rohit Upadhyay

Hi @Samuel-Singh , you can use the bigip_command module to add an address to an existing address list.

Hi @narasims , I tried reproducing this issue but I am not facing this. Is it failing intermittently in your case as well or is it failing all the time?

Hi @muhammad-rafi , I don't think it is an issue if the output you mentioned is coming only when you run the playbook for the first time. Could you please...

Hi @fairytaletrash , when I used postman to see the response I saw both `sourcePath` and `fullPath` in the response object, also when I ran the playbook it worked without...

Hi @kalluri27 , try giving `remote` for `auth_provider` in your playbook. ``` - name: auth with token bigip_device_info: gather_subset: - devices provider: password: xxxxxx user: xxxxxx server: xxxxxx validate_certs: no...

Are you using bind account or user template for configuring LDAP credentials on BIGIP?

Hi @kalluri27 , when running bigip_device_info, admin access is required. Please make sure that the user has admin access, uncomment those lines and don't omit `auth_provider: remote` from the playbook...

Hi @kalluri27 , this issue is occurring because the user credentials with which you are running the playbook does not have 'Administrator' role. So, you may want to try a...