Skip to content

Commit

Permalink
ci: change grafana url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 19, 2024
1 parent 4731637 commit d018fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,12 @@ jobs:
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
ports:
- 3000:3000
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
no_proxy: "{{ lookup('env', 'NO_PROXY') | default(omit) }}"

vars:
grafana_url: http://localhost:3000
grafana_url: http://grafana:3000
grafana_username: admin
grafana_password: admin

Expand Down

0 comments on commit d018fd9

Please sign in to comment.