websoft9/apps/roles/fastpanel/tasks/main.yml
2022-09-06 17:44:14 +08:00

11 lines
377 B
YAML

- name: Create credentials Folder
file:
path: /credentials
state: directory
- name: Install {{appname}}
shell: wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /credentials/password.txt 2>&1
- name: Output version
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt