7 lines
201 B
YAML
7 lines
201 B
YAML
|
---
|
||
|
- name: Install and configure vmagent
|
||
|
hosts: "{{ vmagent_hosts | default('vmagent') }}"
|
||
|
become: "{{ vmagent_become | default(false) }}"
|
||
|
roles:
|
||
|
- role: finallycoffee.observability.vmagent
|