AIT-CyberRange: Install git and clone repo to remote machine.
- Debian or Ubuntu
repo_basepath: /opt/repo
repo_user: root
repo_group: "{{ repo_user }}"
repo_url: https://PAT@github.com/user/repo.git
repo_branch: master
- hosts: all
roles:
- acr-ansible-get-git-repo
vars:
repo_basepath: /opt/repo
repo_user: username
repo_url: https://PAT@github.com/user/repo.git
GPL-3.0
- Lenhard Reuter