svendewindt.omsagentlinux

Ansible Role to Install Microsoft Operations Manager Agent & Dependency Agent on Linux

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 gather 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 can also install the dependency agent if desired.

Requirements

To use the agents, you must have a configured OMS workspace. You need a workspace ID and a workspace key. For steps on creating a workspace, refer to the Microsoft documentation.

Role Variables

Variable Default Notes (type)
workspace_id - Required. The workspace ID
workspace_key - Required. The workspace key
purge_oms_config False Optional. Remove any existing OMS agent config and reinstall it
install_dependencyagent True Optional. Choose whether to install the dependency agent; set to False to remove it

Dependencies

No specific dependencies.

Example Playbook

Here’s an example of how to use this role:

---
- hosts: all
  roles:
    - svendewindt.omsagentlinux
  vars:
    - workspace_id: '260adb3c-007d-4704-a645-c8f2def53718'
    - workspace_key: '1111254hBqVldHplArZCuBlWoy6sJtJP8XSaLPHKNQYdVtrhOuwG/w0Cuc+F9HbPLEj6AvPVUKt6i/uXWAnooQ=='

License

2-clause BSD license, see LICENSE.md.

Contributors

Informazioni sul progetto

Installs the Microsoft monitoring agent

Installa
ansible-galaxy install svendewindt.omsagentlinux
Licenza
other
Download
1k
Proprietario