svendewindt.omsagentwindows
Ansible Role to Install Microsoft Operations Manager Agent & Dependency Agent on Windows
The Microsoft Operations Manager agent connects to an Azure Operations Manager Suite (OMS) workspace, part of the Microsoft Azure Monitor solution. This solution lets you collect and analyze data to improve the performance and availability of your resources. For more details about Azure Monitor, check the Microsoft documentation.
This role installs the OMS agent and the dependency agent (if you choose to).
Requirements
To use the agents, you need a set up OMS workspace. You will need a workspace ID
and a workspace key
. For instructions on creating a workspace, see the Microsoft documentation.
Role Variables
Variable | Default | Description (type) |
---|---|---|
workspace_id |
- | Required. The ID of the workspace |
workspace_key |
- | Required. The key for the workspace |
purge_oms_config |
False |
Removes the Log Analytics agent and reinstalls it |
install_dependencyagent |
True |
Optional. Set to install the dependency agent; False will remove it |
Dependencies
There are no specific dependencies.
Example Playbook
Here’s an example of how to use this role:
---
- hosts: all
roles:
- svendewindt.omsagentwindows
vars:
- workspace_id: '260adb3c-007d-4704-a645-c8f2def53718'
- workspace_key: '1111254hBqVldHplArZCuBlWoy6sJtJP8XSaLPHKNQYdVtrhOuwG/w0Cuc+F9HbPLEj6AvPVUKt6i/uXWAnooQ=='
License
This role is under a 2-clause BSD license, see LICENSE.md.
Contributors
Informazioni sul progetto
Installs the Microsoft monitoring agent
Installa
ansible-galaxy install svendewindt.omsagentwindows
Licenza
other
Download
1.1k
Proprietario