This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/oam_env_cleanup/tasks/main.yml
2020-04-07 15:43:40 +08:00

12 lines
350 B
YAML

---
- name: "Templates tsg_threshold.sql"
template:
src: "{{role_path}}/templates/tsg_threshold_cleanup.sql.j2"
dest: /tmp/tsg_threshold_cleanup.sql
tags: cleanup
- name: "import the sql after template"
shell: mysql -s -h 127.0.0.1 -u {{ mariadb.username }} -p{{ mariadb.password }} < /tmp/tsg_threshold_cleanup.sql
tags: cleanup