diff options
author | Michael Scherer <misc@redhat.com> | 2017-01-17 22:00:04 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2017-01-17 22:00:04 +0100 |
commit | 8c44760e2f25cecafddf1d4b47f46647fac43905 (patch) | |
tree | 5ea5d3e7cb3a30e398e18ccd6c508f5817a3da19 | |
parent | c4d8c06a816d65d2543ab9ccc91d72d8a5f460fe (diff) |
Create a new repo, migrating away from https://git.fedorahosted.org/cgit/tosw.git
-rw-r--r-- | host_vars/os1.theopensourceway.org/git_repos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/os1.theopensourceway.org/git_repos.yml b/host_vars/os1.theopensourceway.org/git_repos.yml index 93f23c8..9592f30 100644 --- a/host_vars/os1.theopensourceway.org/git_repos.yml +++ b/host_vars/os1.theopensourceway.org/git_repos.yml @@ -3,3 +3,4 @@ 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", owner: kwade@redhat.com, group: admins } |