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
Summary of Request
Right now the ansible scripts allow to open outgoing firewall ports, however most if the time the configuration of incoming ports is more relevant. for this the ansible role could have a variable ubtu20cis_ufw_allow_in_ports which is used to programmatically configure incoming ports in a similar fashion
Describe alternatives you've considered
to implement this feature we currently perform firewall opening as extra steps after the ansible-lockdown role is run
Thank you for raising the enhancement to the ubunt20cis role. Apologies for the time is has taken to address this.
I will be adding this enhancement to the Feb23_updates branch over the next couple of days.
I have changed it slightly but you will find it listed in the defaults/main with the ufw options.
Thank you again for raising this issue and great enhancement. This has now been merged into the devel branch. Aiming to put this into main if all is well in the next couple of weeks.
Summary of Request
Right now the ansible scripts allow to open outgoing firewall ports, however most if the time the configuration of incoming ports is more relevant. for this the ansible role could have a variable
ubtu20cis_ufw_allow_in_ports
which is used to programmatically configure incoming ports in a similar fashionDescribe alternatives you've considered
to implement this feature we currently perform firewall opening as extra steps after the ansible-lockdown role is run
Suggested Code
The text was updated successfully, but these errors were encountered: