mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update main.yml
This commit is contained in:
parent
79f4d68f22
commit
8a0fa9df2a
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ init_docker:
|
|||
password: "elastic123"
|
||||
service_after: "docker.service"
|
||||
compose_path: "/data/apps/elk/docker-compose.yml"
|
||||
commands:
|
||||
compose_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`
|
||||
|
|
Loading…
Reference in a new issue