diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-13 01:06:29 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-13 01:06:29 +0100 |
commit | ba0db2348da83c4cc1192f94956c238c53edbb27 (patch) | |
tree | 0032b2616040f77433e82ac104942d3f0aea0217 /hosts_vars | |
parent | 0b07824364bdcf77c063cd8289a2c008ace870ca (diff) |
Add a file with the list of git repositories
Diffstat (limited to 'hosts_vars')
-rw-r--r-- | hosts_vars/new.theopensourceway.org/git_repos.yml | 4 |
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 } |