blob: 8e529c064b46ea6b37182b573221eb10f7dbee0f (
plain) (
tree)
|
|
# alpine.yml ~~ group_vars/
# alpine machines
---
ansible_become_method: "sudo"
user_op: "puffy"
group_root: "root"
path_zsh: "/usr/bin/zsh"
path_zshconfig: "/etc/zsh/zshrc"
path_tmuxconfig: "/etc/tmux.conf"
os_type: "linux"
os_distribution: "alpine"
|