From 603544fc8d20fc6948f3cc365a5ad4bd14cec3ff Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 30 Apr 2015 09:29:49 -0600 Subject: [PATCH] move default rhsm vars to "common" role Commit 3d1ecaac01f9ed7a589741700fdb7fc22056218c moved the Red Hat subscription bits into the "common" role, but I neglected to move the default variables to "common" as well. Move them here. --- roles/common/defaults/main.yml | 4 ++++ roles/testnode/defaults/main.yml | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/common/defaults/main.yml b/roles/common/defaults/main.yml index e5cb8947..9ea32405 100644 --- a/roles/common/defaults/main.yml +++ b/roles/common/defaults/main.yml @@ -1,4 +1,8 @@ --- +# Red Hat Subscription Manager credentials +subscription_manager_activationkey: "" +subscription_manager_org: "" + # Repos to enable in Red Hat Subscription Manager rhsm_repos: [] diff --git a/roles/testnode/defaults/main.yml b/roles/testnode/defaults/main.yml index cd8ce143..48d40237 100644 --- a/roles/testnode/defaults/main.yml +++ b/roles/testnode/defaults/main.yml @@ -1,9 +1,6 @@ --- pip_mirror_url: "http://{{ mirror_host }}/pypi/simple" -subscription_manager_activationkey: "" -subscription_manager_org: "" - # repos common to a major version common_yum_repos: {} -- 2.47.3