modified: apdb.yml

modified:   apdbdump.yml
	new file:   sdis29.sql
This commit is contained in:
Your Name
2024-11-08 11:23:49 +01:00
parent dc9e56adee
commit 8b53ad8ad7
3 changed files with 399 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
---
- hosts: all
become: true
tasks:
- name: Dump database
community.mysql.mysql_db:
state: dump
name: sdis29
target: /tmp/sdis29.sql
- name: Copy database dump file
fetch:
src: /tmp/sdis29.sql
dest: /home/debian/sdis29/ansible