blob: 520160bd377ff0bc10d956e5483314c1f034ac9e (
plain) (
tree)
|
|
# 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"
|