mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.yml
This commit is contained in:
parent
8c83d0ae00
commit
fd43504ab4
@ -2,3 +2,14 @@
|
||||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
app: "elk"
|
||||
|
||||
- block:
|
||||
- pause:
|
||||
prompt: "Please login to Kibana UI and check it, then input Enter to continue"
|
||||
echo: no
|
||||
- name: Delete contains and images resources
|
||||
shell: |
|
||||
docker compose down -v
|
||||
docker system prune --all --force
|
||||
args:
|
||||
chdir: /data/apps/elk
|
||||
|
Loading…
Reference in New Issue
Block a user