mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update main.yml
This commit is contained in:
parent
d9b3f778cb
commit
b3cc4c7786
@ -8,3 +8,14 @@
|
||||
wget -O /tmp/containers_version.sh https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/containers_version.sh
|
||||
bash /tmp/containers_version.sh
|
||||
rm -f /tmp/containers_version.sh
|
||||
|
||||
- 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