A simple role to setup a host as a git server
NA
Variable Level Description
git_user Default The git os user
git_pass Default The git os user password
git_repo_path Default The directory where the git repos will be stored
NA
---
- hosts: git_server
become: yes
roles:
- { role: infra_server_git_setup }
BSD
Petros Petrou - ppetrou@gmail.com