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
14e05eb4
Commit
14e05eb4
authored
Mar 07, 2022
by
nono
💻
Browse files
Déployement des sauvegardes de BDD
parent
2b505c2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
group_vars/production/vars.yml
View file @
14e05eb4
...
...
@@ -9,4 +9,4 @@ 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"
#
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"
]
host_vars/admin.lqdn.fr.yml
View file @
14e05eb4
...
...
@@ -30,6 +30,6 @@ backup_dir_owner: root
backup_dir_group
:
root
backup_max_days
:
7
backup_max_months
:
1
backup_with_mysql
:
tru
e
backup_with_postgresql
:
tru
e
backup_with_mongodb
:
tru
e
backup_with_mysql
:
fals
e
backup_with_postgresql
:
fals
e
backup_with_mongodb
:
fals
e
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