]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
move default rhsm vars to "common" role 7/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 30 Apr 2015 15:29:49 +0000 (09:29 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 30 Apr 2015 15:31:53 +0000 (09:31 -0600)
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
roles/testnode/defaults/main.yml

index e5cb894766a2f0fa2bedf7280058a32f388b78ef..9ea3240564213f710c5e44318f4d313d2a58d746 100644 (file)
@@ -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: []
 
index cd8ce143f493fe51ce7876a5f85192446ad61d15..48d40237417b5f6797f1c7569ee8e8a3e405827b 100644 (file)
@@ -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: {}