From ba0db2348da83c4cc1192f94956c238c53edbb27 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 13 Dec 2014 01:06:29 +0100 Subject: Add a file with the list of git repositories --- hosts_vars/new.theopensourceway.org/git_repos.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hosts_vars/new.theopensourceway.org/git_repos.yml 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 } -- cgit