Install Sematext Agent.
None
Before executing your playbook, make sure that the infra_token
and region
variables have values according to the Sematext docs.
- hosts: all
gather_facts: yes
become: yes
vars:
region: REGION
infra_token: INFRA_TOKEN
roles:
- { role: sematext.spm-monitor-install }
Apache2