Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 695 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 695 Bytes

Ansible Sematext Agent Install Role

Install Sematext Agent.

Dependencies

None

Example Playbooks

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 }

License

Apache2

Need help?

support@sematext.com