mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
5 lines
225 B
YAML
5 lines
225 B
YAML
- name: Config .env for start containers
|
|
shell: |
|
|
public_ip=`wget -O - https://download.websoft9.com/ansible/get_ip.sh | bash`
|
|
sed -i "s/APP_TRUST_URL=.*/APP_TRUST_URL=$public_ip/g" {{installpath}}/{{appname}}/.env
|