aboutsummaryrefslogblamecommitdiffstats
path: root/group_vars/all.yml
blob: ffdf3f8e7258dc053d090acd915ff19b750deb83 (plain) (tree)
1
2
3
4
5
6
7
8
9
 

                            



                 
                  
 

                                                       






                            























                                                        

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

remember that computers suck.