From ffd8a1ca3300b3f5a8c47cbcdfc9d9e6daf0c97a Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 30 Apr 2015 09:43:40 -0500 Subject: [PATCH] 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 --- roles/puddle/defaults/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/roles/puddle/defaults/main.yml b/roles/puddle/defaults/main.yml index 9354a88..9c7f1c3 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: '' -- 2.39.5