Skip to content

Commit

Permalink
Merge pull request #156 from DO1JLR/pkgs
Browse files Browse the repository at this point in the history
update package rle and fix grafana update issues
  • Loading branch information
DO1JLR authored Jul 2, 2024
2 parents 8c983bc + a4475a5 commit 6cb3490
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion collections/ansible_collections/l3d/linux
Submodule linux updated 3 files
+2 −2 README.md
+2 −2 galaxy.yml
+1 −1 roles/packages
1 change: 1 addition & 0 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# version check for all supported roles
submodules_versioncheck: true
packages__submodules_versioncheck: "{{ submodules_versioncheck }}"
check_ansible_version: '2.15.2'

# l3d.packages
Expand Down
3 changes: 2 additions & 1 deletion host_vars/services.l3d.ch/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ nginx_exporter_listen_address: '127.0.0.1:9113'
nginx_exporter_scrape_uri: 'https://node-exporter.mx.l3d.ch/nginx_status'

# grafana.grafana-grafana
grafana_alerting: {}
grafana_address: '127.0.0.1'
grafana_instance: 'grafana.l3d.ch'
grafana_users:
Expand All @@ -61,7 +62,7 @@ grafana_users:

grafana_dashboards:
- dashboard_id: '1860'
revision_id: '33'
revision_id: '37'
datasource: '{{ grafana_datasources.0.name }}'
- dashboard_id: '12708'
revision_id: '1'
Expand Down
3 changes: 2 additions & 1 deletion host_vars/services.l3d.space/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ acme_reload_services:
- 'nginx'

# grafana.grafana-grafana
grafana_alerting: {}
grafana_address: '127.0.0.1'
grafana_instance: 'grafana.l3d.ch'
grafana_users:
Expand All @@ -46,7 +47,7 @@ grafana_users:

grafana_dashboards:
- dashboard_id: '1860'
revision_id: '33'
revision_id: '37'
datasource: '{{ grafana_datasources.0.name }}'
- dashboard_id: '12708'
revision_id: '1'
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jmespath>=1.0.1
passlib[bcrypt]>=1.7.4
ansible
ansible-core >= 2.16.0
ansible-lint
yamllint
j2lint
netaddr >= 0.9.0
ansible-core>=2.17.1
ansible>=10.1.0
ansible-lint>=24.6.1
yamllint>=1.35.1
j2lint>=1.1.0
netaddr>=0.9.0
2 changes: 1 addition & 1 deletion roles/l3d.packages

0 comments on commit 6cb3490

Please sign in to comment.