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
68070adf
Commit
68070adf
authored
Mar 08, 2022
by
nono
💻
Browse files
Ajout des configurations de backup pour production_old
parent
14e05eb4
Changes
4
Hide whitespace changes
Inline
Side-by-side
host_vars/members.lqdn.fr.yml
View file @
68070adf
monitoring_service_url
:
"
stats.members.lqdn.fr"
# backups
backup_dir
:
/var/backup
backup_dir_mode
:
'
0777'
backup_dir_owner
:
root
backup_dir_group
:
root
backup_max_days
:
7
backup_max_months
:
1
backup_with_mysql
:
true
backup_with_postgresql
:
true
backup_with_mongodb
:
true
host_vars/pi4.lqdn.fr.yml
View file @
68070adf
monitoring_service_url
:
"
stats.pi4.lqdn.fr"
# backups
backup_dir
:
/var/backup
backup_dir_mode
:
'
0777'
backup_dir_owner
:
root
backup_dir_group
:
root
backup_max_days
:
7
backup_max_months
:
1
backup_with_mysql
:
true
backup_with_postgresql
:
false
backup_with_mongodb
:
false
host_vars/tau.lqdn.fr.yml
View file @
68070adf
monitoring_service_url
:
"
stats.tau.lqdn.fr"
# backups
backup_dir
:
/var/backup
backup_dir_mode
:
'
0777'
backup_dir_owner
:
root
backup_dir_group
:
root
backup_max_days
:
7
backup_max_months
:
1
backup_with_mysql
:
true
backup_with_postgresql
:
true
backup_with_mongodb
:
true
production.yml
View file @
68070adf
...
...
@@ -41,7 +41,7 @@
-
base
-
name
:
Sauvegardes des bases de données
hosts
:
production
_new
hosts
:
production
remote_user
:
root
roles
:
-
ansible-backup
...
...
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