mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
16 lines
324 B
YAML
16 lines
324 B
YAML
- name: Copy create_users.sh to /opt/
|
|
template:
|
|
src: create_users.sh
|
|
dest: /opt/create_users.sh
|
|
|
|
- name: Install {{appname}}
|
|
include_tasks: tasks/install.yml
|
|
vars:
|
|
app: "metabase"
|
|
|
|
- name: wait for {{appname}} start
|
|
wait_for:
|
|
port: "{{nginx_reverse_proxy_port}}"
|
|
delay: 10
|
|
timeout: 120
|