blob: ffdf3f8e7258dc053d090acd915ff19b750deb83 (
plain) (
tree)
|
|
# openbsd.yml ~~ group_vars/
# openbsd machines
---
user_root: "root"
group_root: "root"
path_prometheusconfig: "/etc/prometheus/prometheus.yml"
global:
dcontroller: "dcontroller"
dns:
- 8.8.8.8
- 8.8.4.4
packages:
alpine:
sshfs: "sshfs"
wireguard: "wireguard-lts wireguard-tools ip6tables"
node_exporter: "prometheus-node-exporter"
extra: "shadow"
debian:
sshfs: "sshfs"
wireguard: "wireguard"
node_exporter: "node_exporter"
freebsd:
sshfs: "fusefs-sshfs"
wireguard: "wireguard"
node_exporter: "node_exporter"
openbsd:
sshfs: "sshfs-fuse"
wireguard: "wireguard-tools"
node_exporter: "node_exporter"
|