14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
- name: Gather facts from all hosts
|
|
hosts: dev
|
|
gather_facts: true
|
|
become: true
|
|
roles:
|
|
- common
|
|
- hosts:
|
|
- prometheus_servers
|
|
gather_facts: true
|
|
become: true
|
|
roles:
|
|
- handlers
|
|
- prometheus
|
|
# |