Compare commits
4 Commits
v0.0.2h-fr
...
v0.0.2k-ch
Author | SHA1 | Date | |
---|---|---|---|
|
790cf9f0a6 | ||
|
b03fedcc45 | ||
|
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
|
@@ -2,8 +2,8 @@
|
|||||||
## Created by the FOG Installer
|
## Created by the FOG Installer
|
||||||
## Find more information about this file in the FOG Project wiki:
|
## Find more information about this file in the FOG Project wiki:
|
||||||
## https://wiki.fogproject.org/wiki/index.php?title=.fogsettings
|
## https://wiki.fogproject.org/wiki/index.php?title=.fogsettings
|
||||||
## Version: 1.5.9
|
## Version: 1.5.10
|
||||||
## Install time: jeu. 26 janv. 2023 11:41:05
|
## Install time: jeu. 11 janv. 2024 11:41:05
|
||||||
ipaddress='172.16.64.16'
|
ipaddress='172.16.64.16'
|
||||||
copybackold='0'
|
copybackold='0'
|
||||||
interface='enp0s9'
|
interface='enp0s9'
|
||||||
|
@@ -37,6 +37,6 @@
|
|||||||
LogFile: "/var/log/zabbix/zabbix_agentd.log"
|
LogFile: "/var/log/zabbix/zabbix_agentd.log"
|
||||||
LogFileSize: "0"
|
LogFileSize: "0"
|
||||||
Server: "127.0.0.1"
|
Server: "127.0.0.1"
|
||||||
ServerActive: "s-mon.gsb.adm"
|
ServerActive: "192.168.99.8"
|
||||||
Hostname: "{{ ansible_hostname }}"
|
Hostname: "{{ ansible_hostname }}"
|
||||||
Include: "/etc/zabbix/zabbix_agentd.d/*.conf"
|
Include: "/etc/zabbix/zabbix_agentd.d/*.conf"
|
||||||
|
Reference in New Issue
Block a user