You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pgouband Thank you for tip with AS3 Ansible.
For now I use ansible task bigip_command to create, modify and delete Security Log profile - command is rendered via ansible template with all parameters. So in practice my understanding is that there is no difference between usage bigip_command and bigip_as3_deploy, just a different way of sending request to F5 (tmsh vs API).
My request is to extend task bigip_security_log_profile to allow manage it in declarative mode.
Is your feature request related to a problem? Please describe.
It is not possible to manage F5 Security Log profile via ansible (nor Terraform BTW).
Please extend task
https://clouddocs.f5.com/products/orchestration/ansible/devel/f5_bigip/modules_2_0/bigip_security_log_profile_module.html
to manage application properties.For now it is only possible via tmsh command like:
Describe the solution you'd like
Possibility to manage the same as ansible task like:
Describe alternatives you've considered
Support it via Terraform if possible however preference is to support it via ansible.
Additional context
Goal is to automate F5 Security Log Profile creation/modification for sending WAF event logs to remote system.
The text was updated successfully, but these errors were encountered: