aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/openbsd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/openbsd.yml')
-rw-r--r--group_vars/openbsd.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/group_vars/openbsd.yml b/group_vars/openbsd.yml
new file mode 100644
index 0000000..520160b
--- /dev/null
+++ b/group_vars/openbsd.yml
@@ -0,0 +1,19 @@
+
+# openbsd.yml ~~ group_vars/
+# openbsd machines
+
+---
+
+ansible_become_method: "doas"
+
+user_op: "puffy"
+
+group_root: "wheel"
+
+path_zsh: "/usr/local/bin/zsh"
+path_zshconfig: "/etc/zshrc"
+path_tmuxconfig: "/etc/tmux.conf"
+
+os_type: "bsd"
+os_distribution: "openbsd"
+
remember that computers suck.