-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
main.yml
30 lines (24 loc) · 1 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# defaults file for git
# The system username in /home where to place the gitconfig file.
# git_username: johndoe
# The group to own directories.
# git_groupname: "{{ git_username }}"
# Settings for git configuration.
# git_user_email: [email protected]
# git_user_name: John Doe
# Where to place the copies of the repositories.
git_repository_destination: /home/{{ git_username | default('unset') }}/Documents/github.com/{{ git_username | default('unset') }}
# Should git force (overwrite locally changed) clone? (Can also be controlled
# per repository, see below.
git_force: false
# The repositories to check out, bootstrap is pinned to a version, java will get HEAD/latest.
# git_repositories:
# - repo: "https://github.com/robertdebock/ansible-role-bootstrap.git"
# dest: bootstrap
# version: "2.2.4"
# - repo: "ssh://[email protected]/robertdebock/ansible-role-java.git"
# dest: java
# - repo: "ssh://[email protected]/robertdebock/ansible-role-tomcat.git"
# dest: tomcat
# force: true