Compare commits

...

2 Commits

Author SHA1 Message Date
Cerena Hostains
9deef13f8e modif fog 2024-01-11 15:18:03 +01:00
root
6ebde054e0 update 2024-01-11 15:07:44 +01:00
3 changed files with 15 additions and 2 deletions

13
install-fog.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: localhost
connection: local
roles:
# - base
# - goss
# - dhcp-fog
#- ssh-cli
#- snmp-agent
# - syslog-cli
- fog
#- post

View File

@@ -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"

View File

@@ -9,5 +9,5 @@
- ssh-cli
- snmp-agent
# - syslog-cli
- fog
# - fog
- post