1. 首页
  2. 数据库
  3. 其它
  4. ansible collection icinga:收集以设置和管理Icinga软件堆栈的组件 源码

ansible collection icinga:收集以设置和管理Icinga软件堆栈的组件 源码

上传者: 2021-04-25 05:07:31上传 ZIP文件 52.62KB 热度 9次
ansible-collecting-icinga 收集以设置和管理Icinga软件堆栈的组件。 监视对象配置 通过添加变量icinga2_objects ,角色Icinga 2将生成包含对象的配置文件。 字典的第二层告诉您要在哪台主机上进行配置。 下面的两个对象都转到主机host.example.org 。 file密钥将用于控制将对象放置在哪个目录结构中。 icinga2_objects: host.example.org: - name: "{{ ansible_fqdn }}" type: Endpoint file: "{{ 'conf.d/' + ansible_hostname + '.conf' }}" order: 20 - name: "{{ ansible_fqdn }}" type: Zon
用户评论