Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ filesystem_mount_point: /shared
software_install_dir: /mnt/{{ filesystem_mount_point }}

admin_key_path: /root/citc_authorized_keys

ansible_python_interpreter: /usr/libexec/platform-python
2 changes: 1 addition & 1 deletion roles/monitoring/tasks/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
grafana_password: "{{ grafana_admin_password }}"
name: influxdb_telegraf
ds_type: influxdb
url: http://localhost:8086
ds_url: http://localhost:8086
database: telegraf
tags:
- molecule-idempotence-notest # https://github.com/ansible-collections/community.grafana/issues/127
Expand Down