variables add port
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user