Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
ansible-public
Commits
a62b59d8
Commit
a62b59d8
authored
2 years ago
by
Baptiste DE RENZO
Browse files
Options
Downloads
Patches
Plain Diff
Disable ferm default logging, Refs
#37208
parent
39ec6277
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ferm-install/defaults/main.yml
+2
-2
2 additions, 2 deletions
roles/ferm-install/defaults/main.yml
with
2 additions
and
2 deletions
roles/ferm-install/defaults/main.yml
+
2
−
2
View file @
a62b59d8
...
@@ -5,7 +5,7 @@ ferm_packages:
...
@@ -5,7 +5,7 @@ ferm_packages:
# default filtering and logging policy for input traffic
# default filtering and logging policy for input traffic
ferm_input_policy
:
DROP
ferm_input_policy
:
DROP
ferm_input_log
:
tru
e
ferm_input_log
:
fals
e
ferm_input_log_prefix
:
"
{{
ferm_input_policy
}}
INPUT
"
ferm_input_log_prefix
:
"
{{
ferm_input_policy
}}
INPUT
"
# default filtering and logging for output traffic
# default filtering and logging for output traffic
...
@@ -15,7 +15,7 @@ ferm_output_log_prefix: "{{ ferm_output_policy }} OUTPUT "
...
@@ -15,7 +15,7 @@ ferm_output_log_prefix: "{{ ferm_output_policy }} OUTPUT "
# default filtering and logging for forward traffic
# default filtering and logging for forward traffic
ferm_forward_policy
:
DROP
ferm_forward_policy
:
DROP
ferm_forward_log
:
tru
e
ferm_forward_log
:
fals
e
ferm_forward_log_prefix
:
"
{{
ferm_forward_policy
}}
FORWARD
"
ferm_forward_log_prefix
:
"
{{
ferm_forward_policy
}}
FORWARD
"
# enable anti-lockout rule
# enable anti-lockout rule
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment