Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops
Commits
3dce1120
Commit
3dce1120
authored
Mar 07, 2022
by
nono
💻
Browse files
Ajout d'une commande pour le firewall
parent
b7a28e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
group_vars/production/vars.yml
View file @
3dce1120
...
...
@@ -8,3 +8,5 @@ service_email_noreply: "no-reply@laquadrature.net"
service_email_noreply_password
:
"
{{
vault_service_email_password
}}"
service_email_noreply_host
:
pi4.lqdn.fr
service_email_noreply_port
:
25
firewall_flush_commands
:
"
iptables
-w
45
-P
INPUT
ACCEPT;
iptables
-w
45
-P
FORWARD
ACCEPT;
iptables
-w
45
-P
OUTPUT
ACCEPT;
iptables
-w
45
-F"
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment