mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-27 21:18:39 +08:00
17 lines
445 B
YAML
17 lines
445 B
YAML
|
# global
|
||
|
region: "0"
|
||
|
|
||
|
common_install_docker: True
|
||
|
|
||
|
nginx_vhost_mode: "reverse"
|
||
|
nginx_reverse_proxy_port: "9001"
|
||
|
nginx_appname: "ELK"
|
||
|
|
||
|
init_application:
|
||
|
elk:
|
||
|
username: elastic
|
||
|
password: "elastic123"
|
||
|
commands:
|
||
|
- sudo sed -i "s/elastic123/$new_password/g" `grep 'elastic123' /data/apps/elk/.env -rnl`
|
||
|
- sudo sed -i "s/elastic123/$new_password/g" `grep 'elastic123' /data/apps/elk/src/logstash/pipeline/logstash.conf -rnl`
|