websoft9/apps/roles/elk/vars/main.yml

17 lines
445 B
YAML
Raw Normal View History

2022-05-17 17:09:10 +08:00
# 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`