|
@@ -22,6 +22,13 @@
|
|
|
include_tasks: check_k8s_pods.yml
|
|
|
tags: install
|
|
|
|
|
|
+- name: Install community.grafana collection
|
|
|
+ command: ansible-galaxy collection install community.grafana
|
|
|
+ changed_when: True
|
|
|
+ tags: install
|
|
|
+ delegate_to: localhost
|
|
|
+ when: hostvars['127.0.0.1']['control_plane_status']
|
|
|
+
|
|
|
- name: Configure Nginx/Prometheus/Grafana
|
|
|
include_tasks: configure_nginx_prom_grafana.yml
|
|
|
when:
|