diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-13 02:40:44 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-13 02:40:44 +0100 |
commit | 027b38598c97c52b21fae9376b7c2544cfb0f5ed (patch) | |
tree | 45f47b3c030310b55ed79e10fe126d6b9aca6c40 /host_vars | |
parent | e043975c3055383ea02c7216c120d4d644622c5d (diff) |
Fix the directory name
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/new.theopensourceway.org/git_repos.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/new.theopensourceway.org/git_repos.yml b/host_vars/new.theopensourceway.org/git_repos.yml new file mode 100644 index 0000000..4e28d20 --- /dev/null +++ b/host_vars/new.theopensourceway.org/git_repos.yml @@ -0,0 +1,5 @@ +--- +git_repositories_dir: /srv/git_repos +git_repositories: +- { name: public, desc: "Ansible private password repository", private: yes, owner: mscherer@redhat.com } +- { name: private, desc: "Ansible configuration for the server", url: ansible, owner: mscherer@redhat.com } |