diff options
author | binary <me@rgoncalves.se> | 2020-12-21 17:38:51 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-21 17:38:51 +0100 |
commit | 5e87f51a589cdf64b66649d5a101a00484e8b9ea (patch) | |
tree | ffe30dd6532ddae28460eb3c87b12c044a70d47a /group_vars | |
parent | d0b7829a957d4a38117709c613bd37345d824144 (diff) | |
download | infrastructure-5e87f51a589cdf64b66649d5a101a00484e8b9ea.tar.gz |
Add archlinux group
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/archlinux.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/group_vars/archlinux.yml b/group_vars/archlinux.yml new file mode 100644 index 0000000..0b26585 --- /dev/null +++ b/group_vars/archlinux.yml @@ -0,0 +1,12 @@ + +# alpine.yml ~~ group_vars/ +# alpine machines + +--- + +path_zsh: "/usr/bin/zsh" +path_zshconfig: "/etc/zsh/zshrc" +path_tmuxconfig: "/etc/tmux.conf" +path_gitshell: "/usr/bin/git-shell" + +os_distribution: "archlinux" |