If you followed along with those first two articles, you should have:
- Installed an Ansible control host
- Created an SSH key on the Ansible control host
- Propagated the SSH key to all the machines you want Ansible to manage
- Restricted SSH access on all machines
- Installed a Git SSH server
- Created the
git
user, which is used to check code in and out of the Git SSH server
Read more at OpenSource.com