Ansible Playbook Template Script to init Ansible Playbook Projects. Init Workspace sh init_workspace.sh Create Role sh create_role.sh Using SSH agent Start the ssh-agent in the background. eval "$(ssh-agent -s)" Add private key to ssh agent ssh-add ~/.ssh/id_rsa