Compare commits
2 Commits
v0.0.2h-fr
...
v0.0.2i-ch
Author | SHA1 | Date | |
---|---|---|---|
|
9deef13f8e | ||
|
6ebde054e0 |
13
install-fog.yml
Normal file
13
install-fog.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
|
||||
roles:
|
||||
# - base
|
||||
# - goss
|
||||
# - dhcp-fog
|
||||
#- ssh-cli
|
||||
#- snmp-agent
|
||||
# - syslog-cli
|
||||
- fog
|
||||
#- post
|
@@ -37,6 +37,6 @@
|
||||
LogFile: "/var/log/zabbix/zabbix_agentd.log"
|
||||
LogFileSize: "0"
|
||||
Server: "127.0.0.1"
|
||||
ServerActive: "s-mon.gsb.adm"
|
||||
ServerActive: "192.168.99.8"
|
||||
Hostname: "{{ ansible_hostname }}"
|
||||
Include: "/etc/zabbix/zabbix_agentd.d/*.conf"
|
||||
|
Reference in New Issue
Block a user