diff options
author | Tharre <tharre3@gmail.com> | 2018-08-05 21:09:07 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-11-17 16:41:40 +0100 |
commit | be9e20c2d2d8f9bb677056ca08e3f41e2b733333 (patch) | |
tree | ed27956aaf1a951973e591ff47b1ce3866808e01 /group_vars | |
parent | 09ea09c02ea1f9b58d9966de848635c5d3c34800 (diff) | |
download | infrastructure-be9e20c2d2d8f9bb677056ca08e3f41e2b733333.tar.gz infrastructure-be9e20c2d2d8f9bb677056ca08e3f41e2b733333.tar.xz infrastructure-be9e20c2d2d8f9bb677056ca08e3f41e2b733333.zip |
Add grokmirror role
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all/grokmirror.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/group_vars/all/grokmirror.yml b/group_vars/all/grokmirror.yml new file mode 100644 index 0000000..052c18e --- /dev/null +++ b/group_vars/all/grokmirror.yml @@ -0,0 +1,12 @@ +--- + +grokmirror_toplevel: "/srv/gitmirror" +grokmirror_include: + - "/pub/scm/linux/kernel/git/torvalds/linux.git" + - "/pub/scm/linux/kernel/git/zx2c4/WireGuard.git" + - "/pub/scm/linux/kernel/git/zx2c4/cgit.git" + - "/pub/scm/git/git-htmldocs.git" + - "/pub/scm/git/git-manpages.git" + - "/pub/scm/git/git.git" + - "/pub/scm/utils/grokmirror/grokmirror.git" + - "/pub/scm/utils/kernel/virtme/virtme.git" |