Compare commits
4 Commits
acd3223ba3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 20f017d808 | |||
| 9fcbbdf23f | |||
| c8432c0507 | |||
| 6cf0422c61 |
@@ -108,7 +108,7 @@
|
||||
|
||||
- name: deploy backup script
|
||||
ansible.builtin.git:
|
||||
repo: https://infra.opendoor.fr/git/tom/mysql_backup.git
|
||||
repo: https://git.opendoor.fr/tom/mysql_backup.git
|
||||
dest: /root/bin/mysql_backup
|
||||
|
||||
- name: backup script permissions
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{ mariadb_server_log }} {
|
||||
daily
|
||||
rotate 7
|
||||
create 0640 mysql wheel
|
||||
create 0640 mysql {{ admin_group }}
|
||||
postrotate
|
||||
/usr/bin/mysqladmin flush-logs
|
||||
endscript
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[client]
|
||||
host=localhost
|
||||
user={{ mariadb_root_username }}
|
||||
password={{ mariadb_root_password }}
|
||||
password="{{ mariadb_root_password }}"
|
||||
@@ -1,5 +1,4 @@
|
||||
packages_list:
|
||||
- mariadb-server
|
||||
- python-pymysql
|
||||
admin_group: adm
|
||||
|
||||
|
||||
1
vars/debian13.yml
Symbolic link
1
vars/debian13.yml
Symbolic link
@@ -0,0 +1 @@
|
||||
debian.yml
|
||||
Reference in New Issue
Block a user