aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/freebsd.yml
blob: 5ea470ebaaec076e3d3fb93accf070f9397b91cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# freebsd.yml ~~ group_vars/
# freebsd machines

---

ansible_become_method: "doas"

user_op: "puffy"

group_root: "wheel"

path_zsh: "/usr/local/bin/zsh"
path_zshconfig: "/usr/local/etc/zshrc"
path_tmuxconfig: "/usr/local/etc/tmux.conf"
path_doasconfig: "/usr/local/etc/doas.conf"
path_gitshell: "/usr/local/bin/git-shell"

os_type: "bsd"
os_distribution: "freebsd"

remember that computers suck.