Retrieve datagrouplist data with ansible
Hi guys,
I've been looking all over the place, but can't seem to find a way to retrieve datgrouplist data. My goal is to update the DGL with new records: Get DGL-data -> set DGL-data with content from the GET + another record.
I've been succesfull setting data with https://clouddocs.f5.com/products/orchestration/ansible/devel/modules/bigip_data_group_module.html#bigip-data-group-module-3 . But as i said, you need to supply all the records, so I should be able to get them first. I assumed there was a way via Ansible, but so far didn't find any.
Any toughts on this?
With this module you can set the data but you need to supply the whole list
Outside of Paulius suggestion you can also try Ansible's commands module for F5 that allows you to send any command: