1 2 3 4 5 6 7 8 9 10
# git ~~ roles/git/tasks/vars.yml # default vars for git role --- git_user: "git" git_group: "git" git_dir: "/data/git"