Git tools
Install Git, Git LFS, Gitk, and the shared global Git defaults.
ansible-playbook -i inventory -K playbooks/lab-stack.yml --tags git🔧 Manual setup and configuration
Configure your identity and register SSH or GPG keys with your Git hosting provider. The role deliberately does not set a name, email address, or credentials.
✅ Check
git --version
git lfs version
git config --global init.defaultBranch