summaryrefslogtreecommitdiffstats
path: root/host_vars/osci.theopensourceway.org/git_repos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/osci.theopensourceway.org/git_repos.yml')
-rw-r--r--host_vars/osci.theopensourceway.org/git_repos.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/osci.theopensourceway.org/git_repos.yml b/host_vars/osci.theopensourceway.org/git_repos.yml
new file mode 100644
index 0000000..89b762d
--- /dev/null
+++ b/host_vars/osci.theopensourceway.org/git_repos.yml
@@ -0,0 +1,6 @@
+---
+git_repositories_dir: /srv/git_repos
+git_repositories:
+- { name: private, desc: "Ansible private password repository", private: yes, owner: mscherer@redhat.com, group: admins }
+- { name: public, desc: "Ansible configuration for the server", url: ansible, owner: mscherer@redhat.com, group: admins }
+- { name: tosw, desc: "Docbook content for the website", url: tosw, owner: kwade@redhat.com, group: admins }