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
e8cd1d76
Commit
e8cd1d76
authored
Mar 04, 2022
by
nono
💻
Browse files
Ajout des variables et des rôles de backup de BDD
parent
2b6db2bb
Changes
10
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
e8cd1d76
...
...
@@ -74,3 +74,7 @@
path = roles/shell-lqdn
url = https://git.laquadrature.net/lqdn-interne/piops-roles/shell-lqdn.git
branch = master
[submodule "roles/ansible-backup"]
path = roles/ansible-backup
url = gitlab@git.laquadrature.net:lqdn-interne/piops-roles/ansible-backup.git
branch = master
host_vars/admin.lqdn.fr.yml
View file @
e8cd1d76
...
...
@@ -22,3 +22,14 @@ firewall_log_dropped_packets: true
# Set to true to ensure other firewall management software is disabled.
firewall_disable_firewalld
:
false
firewall_disable_ufw
:
false
# 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/bot.lqdn.fr.yml
0 → 100644
View file @
e8cd1d76
host_vars/chat.lqdn.fr.yml
0 → 100644
View file @
e8cd1d76
host_vars/cloud.lqdn.fr.yml
View file @
e8cd1d76
...
...
@@ -22,3 +22,14 @@ firewall_log_dropped_packets: true
# Set to true to ensure other firewall management software is disabled.
firewall_disable_firewalld
:
false
firewall_disable_ufw
:
false
# 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
:
false
host_vars/matrix.lqdn.fr.yml
View file @
e8cd1d76
...
...
@@ -36,3 +36,5 @@ firewall_log_dropped_packets: true
# Set to true to ensure other firewall management software is disabled.
firewall_disable_firewalld
:
false
firewall_disable_ufw
:
false
# On n'a pas de backups ici, c'est le playbook qui s'en charge directement.
host_vars/sso.lqdn.fr.yml
View file @
e8cd1d76
...
...
@@ -22,3 +22,14 @@ firewall_log_dropped_packets: true
# Set to true to ensure other firewall management software is disabled.
firewall_disable_firewalld
:
false
firewall_disable_ufw
:
false
# 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
:
false
host_vars/test.lqdn.fr.yml
View file @
e8cd1d76
...
...
@@ -22,3 +22,15 @@ firewall_log_dropped_packets: true
# Set to true to ensure other firewall management software is disabled.
firewall_disable_firewalld
:
false
firewall_disable_ufw
:
false
# 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
:
false
ansible-backup
@
c2a241ec
Subproject commit c2a241ec0c188cc05dc72c2d305af04115069b8b
backups
@
d730a3d5
Subproject commit d730a3d5683fa33bbf60aab43ce0c394fd98dcc1
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