mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Update application.yml
This commit is contained in:
parent
0a6ee50165
commit
90755f9fe8
@ -17,6 +17,12 @@
|
|||||||
cat /tmp/applist
|
cat /tmp/applist
|
||||||
register: applist
|
register: applist
|
||||||
|
|
||||||
|
- name: Change Public IP for http_url if APP_URL_REPLACE=true
|
||||||
|
shell: |
|
||||||
|
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/changeIP.sh
|
||||||
|
bash changeIP.sh "{{appname}}"
|
||||||
|
rm -f changeIP.sh
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: role_common, tags: "role_common" }
|
- { role: role_common, tags: "role_common" }
|
||||||
- { role: role_cloud, tags: "role_cloud" }
|
- { role: role_cloud, tags: "role_cloud" }
|
||||||
|
Loading…
Reference in New Issue
Block a user