Ansible role to setup bare git repos with post receive hooks for a staging and live deployment. I.e. enable deployments with something like git push live
.
n/a
app_name
geerlingguy.git to ensure git is installed.
TBC
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
MIT