Files
configpolicy/host_vars/vmhost1.pyrocufflink.blue.yml
Dustin C. Hatch 207c9d6428 hosts: vmhost{0,1}: Configure collectd server
The VM hosts have multiple network interfaces with IPv6 addresses, so
collectd may not always choose the correct one to send metrics.  Thus we
have to explicitly tell it to use the management interface, to avoid it
sending data on the SAN interface.
2021-07-24 18:37:18 -05:00

16 lines
299 B
YAML

dhcpcd_nodev: true
dhcpcd_allow_interfaces:
- enp5s0
- bond1
dhcpcd_interfaces:
- name: bond1
config:
- noipv4
- static ip6_address=fd68:c2d2:500e:3ea3:8d5f:c3b0:a73c:55d6/64
storage_iface: bond1
samba_interfaces:
- enp5s0
collectd_network_servers:
- host: ff18::efc0:4a42
interface: enp5s0