git_clone
ansible-role-git-clone
An Ansible role to clone git repositories to a machine.
Requirements
There are no requirements.
Role Variables
git_repos
- A list of dictionaries of git repositories to clone. Each dictionary should contain aurl
value and adest
value.
Dependencies
No dependencies.
Example Playbook
- hosts: servers
roles:
- { role: bluk.git_clone }
License
Apache 2.0
Install
ansible-galaxy install bluk/ansible-role-git-clone
License
apache-2.0
Downloads
30
Owner