# git ~~ roles/git/tasks/vars.yml # default vars for git role --- git_user: "git" git_group: "git" git_dir: "/data/git" git_shell: "/bin/sh"