--- - name: install prometheus and blackbox exporter import_tasks: install.yml tags: - "role::prometheus" - "role::prometheus:install" - name: configure blackbox exporter import_tasks: blackbox.yml tags: - "role::prometheus" - "role::prometheus:blackbox" - name: configure prometheus import_tasks: prometheus.yml tags: - "role::prometheus" - "role::prometheus:config" - name: flush prometheus time series database import_tasks: flush.yml tags: - "role::prometheus:flush" - "never"