bigip_profile_fastl4 parameter module syn-cookie-enable
ISSUE TYPE
- Feature Idea
COMPONENT NAME
bigip_profile_fastl4
ANSIBLE VERSION
ansible 2.10.1
collection 1.6.0
PYTHON VERSION
3.8
BIGIP VERSION
Version 15.1.0.5
Build 0.0.8
BIG-IP VE
CONFIGURATION
# default values
[defaults]
inventory = ./inventory/
roles_path = ./roles/
callback_whitelist = timer
host_key_checking = False
force_color = 1
ansible_python_interpreter =/usr/bin/python3
[ssh_connection]
ssh_args = -o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
OS / ENVIRONMENT
Ubuntu 20.04
SUMMARY
Request a ansible paramter for module bigip_profile_fastl4. I can't find the option 'SYN Challenge Handling'. It seems that it is not available. The tmsh call for the parameter is "tmsh modify ltm profile fastl4 profile-fastL4-name syn-cookie-enable disabled" Could you add this parameter in the roadmap developpment?
STEPS TO REPRODUCE
I want to write a playbook which creates a fastL4 profile configured like that: tmsh create ltm profile fastl4 profile-fastL4-name defaults-from fastL4 reset-on-timeout enabled loose-close enabled loose-initialization enabled syn-cookie-enable disabled My playbook is blocked because the parameter syn-cookie-enable is not available.
EXPECTED RESULTS
root@(opntrrpv-s5014)(cfg-sync Standalone)(Active)(/Common)(tmos)# list ltm profile fastl4 profile-fastL4-name ltm profile fastl4 profile-fastL4-name {
app-service none
defaults-from fastL4
loose-close enabled
loose-initialization enabled
reset-on-timeout enabled
syn-cookie-enable disabled
}
Hi,
I'm also need this option. Any news?
Thanks in advance.
Tracking via INFRAANO-40
Hi,
Any news about this parameter?
Thanks.
Currently no update at this time.
approximate visibility possible? ☺️
Estimate would be within the next 2 releases of the collection.
Hi all,
I'm also waiting for this evol.
@focrensh
Any news about this case? In which release did you say that the feature would be available? #nicetohave 👍
This is possible through our preview collection using AS3 currently at https://galaxy.ansible.com/f5networks/f5_bigip . There is no definitive date still on this collections addition of the parameter. I will update here once there is an update.
Hi, please try upgrading to the latest version, it should work. If not, please reach out, thanks!