ansible collection icinga:收集以设置和管理Icinga软件堆栈的组件 源码
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
文件列表
ansible-collection-icinga-main.zip
(预估有个60文件)
ansible-collection-icinga-main
.gitignore
2KB
galaxy.yml
2KB
LICENSE
34KB
README.md
858B
roles
icinga2
defaults
main.yml
302B
templates
暂无评论