You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met this error, but I can not figure out what happens, could you please help check?
TASK: [grafana | Configure Grafana] *******************************************
fatal: [grafana02.rti.iot] => {'msg': "TemplateAssertionError: no test named 'mapping'", 'failed': True}
fatal: [grafana02.rti.iot] => {'msg': "TemplateAssertionError: no test named 'mapping'", 'failed': True}
I met this error, but I can not figure out what happens, could you please help check?
TASK: [grafana | Configure Grafana] *******************************************
fatal: [grafana02.rti.iot] => {'msg': "TemplateAssertionError: no test named 'mapping'", 'failed': True}
fatal: [grafana02.rti.iot] => {'msg': "TemplateAssertionError: no test named 'mapping'", 'failed': True}
the site.yml should be:
roles:
Configure the grafana YUM repo
yumrepo_repos:grafana:
name: Grafana repo
baseurl: https://packagecloud.io/grafana/stable/el/6/x86_64
gpgcheck: 0
Allow grafana to bind to TCP port <1024
grafana_allow_low_port: falseChanging port nunmber from the default 3000 to 80
grafana_server_http_port: 3000The text was updated successfully, but these errors were encountered: