summaryrefslogtreecommitdiffstats
path: root/ansible/kube_prometheus.yml
blob: d30004b972b1a0bef09fc9d2f29306cb52cae5d8 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Deploy kube-prometheus stack
  hosts: infrastructure
  pre_tasks:
    - name: Include "kubernetes" group variables  # k8s-persistent-volume role needs 'nfs_mount_path'
      include_vars: group_vars/kubernetes.yml
  roles:
    - k8s-persistent-volume
    - kube-prometheus-stack