mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 02:38:42 +08:00
15 lines
493 B
YAML
15 lines
493 B
YAML
- name: Install common on app without docker
|
|
include_tasks: tasks/install_without_docker.yml
|
|
|
|
- name: Install {{appname}}
|
|
shell: |
|
|
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash -
|
|
|
|
- name: Output version
|
|
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt
|
|
|
|
- name: Save the init script
|
|
template:
|
|
src: init_without_docker.sh
|
|
dest: /data/apps/{{appname}}/init_without_docker.sh
|