aboutsummaryrefslogblamecommitdiffstats
path: root/group_vars/all.yml
blob: 0f85764838546e3ed214c222b523ffb1dbffa839 (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
    - 1.1.1.1

packages:

  alpine:
    sshfs: "sshfs"
    wireguard: "wireguard-virt wireguard-tools ip6tables"
    node_exporter: "prometheus-node-exporter"
    java: "openjdk14-jre-headless"
    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.