variables add port

This commit is contained in:
2026-07-17 12:33:54 +03:00
parent 45f51b67b1
commit 5cac062a21
3 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
- name: ubuntu
image: geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2404}-ansible:latest
pre_build_image: true

View File

@@ -30,7 +30,7 @@
# kics-scan ignore-block
- name: "Check if Alloy is ready"
ansible.builtin.uri:
url: "http://localhost:12345/-/ready"
url: "http://localhost:{{ grafana_alloy_ui_port }}/-/ready"
return_content: true
status_code: 200
method: GET