libyanspider.opsview_agent_role

OpsView代理角色

Ansible角色,用于在Linux和Windows主机上安装和配置OpsView代理。

要求

角色变量

  • opsview_server_ip: # OpsView服务器IP地址(必填)
  • snmpd_community: "SNMPD社区字符串(可选)

依赖

  • libyanspider.firewall_ansible_role

示例剧本

提供一个如何使用此角色的示例(例如,传递变量作为参数)对用户非常有帮助:

    - hosts: servers
      roles:
         - { role: libyanspider.opsview_agent_role, opsview_server_ip: 127.0.0.1, snmpd_community: public}

许可证

BSD

作者信息

Ahmed Shibani (#shumbashi) sheipani@gmail.com

关于项目

Ansible role to install and configure OpsView Agent on Linux and Windows hosts

安装
ansible-galaxy install libyanspider.opsview_agent_role
许可证
Unknown
下载
409
拥有者