Skip to content

sematext/ansible-install-sematext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?

[email protected]

Releases

No releases published

Packages

No packages published