Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Acar <[email protected]>
  • Loading branch information
fatih-acar committed Apr 29, 2024
1 parent a87bd25 commit 8bfff39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion packaging/packer/ansible/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
- GF_SECURITY_ADMIN_USER={{ GRAFANA_LOGIN }}
- GF_SECURITY_ADMIN_PASSWORD={{ GRAFANA_PASSWORD }}
- GF_USERS_ALLOW_SIGN_UP=false
- GF_SERVER_ROOT_URL={{ GRAFANA_ROOT_URL }}
- GF_SERVER_SERVE_FROM_SUB_PATH=true
- GF_PANELS_DISABLE_SANITIZE_HTML=true
ports:
Expand Down
5 changes: 5 additions & 0 deletions packaging/packer/ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ build {
"ANSIBLE_HOST_KEY_CHECKING=False"
]

extra_arguments = [
"-e", "GRAFANA_LOGIN=admin",
"-e", "GRAFANA_PASSWORD=admin",
]

galaxy_command = "./ansible-galaxy.sh"
galaxy_file = "${path.cwd}/ansible/requirements.yml"
}
Expand Down

0 comments on commit 8bfff39

Please sign in to comment.