From: Andrew Schoen Date: Thu, 30 Apr 2015 14:43:40 +0000 (-0500) Subject: Add defaults for the puddle and distill hashes. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5%2Fhead;p=ceph-cm-ansible.git Add defaults for the puddle and distill hashes. This is just helpful as a guide to know what vars are being used in the puddle role. These will actually get their values from a group_vars file for the puddle node. Signed-off-by: Andrew Schoen --- diff --git a/roles/puddle/defaults/main.yml b/roles/puddle/defaults/main.yml index 9354a882..9c7f1c3a 100644 --- a/roles/puddle/defaults/main.yml +++ b/roles/puddle/defaults/main.yml @@ -1,3 +1,24 @@ --- # The name of the unprivileged user that will run puddle puddle_user: puddle + +puddle: + eng_rhel_7_candidate_repo_url: '' + eng_rhel_7_repo_url: '' + mnt_redhat_nfs_src: '' + brewroot_url: '' + topurl: '' + rhel_7_z_repo_url: '' + rhel_7_common_repo_url: '' + rhel_6_z_repo_url: '' + rhel_6_common_repo_url: '' + kerberos_keytab: '' + kerberos_principal: '' + emails: '' + announcer: '' + +distill: + brewhub_url: '' + rhel_7_lookaside_repo_x86_64_url: '' + rhel_7_lookaside_repo_src_url: '' + email: ''