summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2014-12-13 01:06:29 +0100
committerMichael Scherer <misc@zarb.org>2014-12-13 01:06:29 +0100
commitba0db2348da83c4cc1192f94956c238c53edbb27 (patch)
tree0032b2616040f77433e82ac104942d3f0aea0217
parent0b07824364bdcf77c063cd8289a2c008ace870ca (diff)
Add a file with the list of git repositories
-rw-r--r--hosts_vars/new.theopensourceway.org/git_repos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts_vars/new.theopensourceway.org/git_repos.yml b/hosts_vars/new.theopensourceway.org/git_repos.yml
new file mode 100644
index 0000000..ed17ba4
--- /dev/null
+++ b/hosts_vars/new.theopensourceway.org/git_repos.yml
@@ -0,0 +1,4 @@
+---
+git_repositories_dir: /srv/git_repos
+git_repositories:
+- { name: ansible, path: /srv/git_repos/public, desc: "Ansible configuration for the server", owner: mscherer@redhat.com }