Add prometheus-node-exporter role and add it to most hosts
This commit is contained in:
parent
88b8d3b9ba
commit
261bd7d654
5 changed files with 47 additions and 2 deletions
|
@ -82,6 +82,11 @@
|
|||
roles:
|
||||
- nginx
|
||||
|
||||
- name: Ensure prometheus_node_exporter deployment on prometheus_node_exporter_hosts
|
||||
hosts: prometheus_node_exporter_hosts
|
||||
roles:
|
||||
- prometheus_node_exporter
|
||||
|
||||
- name: Configure unattended upgrades
|
||||
hosts: all
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue