f5-ansible icon indicating copy to clipboard operation
f5-ansible copied to clipboard

bigip_profile_fastl4 parameter module syn-cookie-enable

Open gitnetofr opened this issue 5 years ago • 9 comments

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
}

gitnetofr avatar Nov 13 '20 12:11 gitnetofr

Hi,

I'm also need this option. Any news?

Thanks in advance.

onurbrc avatar Dec 03 '20 14:12 onurbrc

Tracking via INFRAANO-40

focrensh avatar Dec 08 '20 02:12 focrensh

Hi,

Any news about this parameter?

Thanks.

onurbrc avatar Jan 13 '21 16:01 onurbrc

Currently no update at this time.

focrensh avatar Jan 13 '21 16:01 focrensh

approximate visibility possible? ☺️

onurbrc avatar Jan 13 '21 17:01 onurbrc

Estimate would be within the next 2 releases of the collection.

focrensh avatar Jan 13 '21 17:01 focrensh

Hi all,

I'm also waiting for this evol.

seohs7 avatar Jun 17 '21 08:06 seohs7

@focrensh

Any news about this case? In which release did you say that the feature would be available? #nicetohave 👍

onurbrc avatar Jun 17 '21 10:06 onurbrc

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.

focrensh avatar Jun 17 '21 14:06 focrensh

Hi, please try upgrading to the latest version, it should work. If not, please reach out, thanks!

KrithikaChidambaram avatar Dec 08 '22 18:12 KrithikaChidambaram