mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update main.yml
This commit is contained in:
parent
2082ef949b
commit
72d9fd9f7e
1 changed files with 0 additions and 9 deletions
|
@ -2,12 +2,3 @@
|
||||||
include_tasks: tasks/install.yml
|
include_tasks: tasks/install.yml
|
||||||
vars:
|
vars:
|
||||||
app: "graylog"
|
app: "graylog"
|
||||||
|
|
||||||
- name: wait for {{appname}} start
|
|
||||||
wait_for:
|
|
||||||
port: "{{nginx_reverse_proxy_port}}"
|
|
||||||
delay: 10
|
|
||||||
timeout: 120
|
|
||||||
|
|
||||||
- name: Check {{appname}} Version
|
|
||||||
shell: sudo echo "graylog version:" $(docker images |grep graylog/graylog |awk '{print $2}') 1>> /data/logs/install_version.txt
|
|
||||||
|
|
Loading…
Reference in a new issue