소스 검색

Remove the `rhsm_register` value from inventory

It is now commented out since it's no longer necessary.
Tomas Sedovic 7 년 전
부모
커밋
5fe8f8cd89
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml

+ 3 - 2
playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml

@@ -77,8 +77,9 @@ docker_volume_size: "15"
 
 openstack_subnet_prefix: "192.168.99"
 
-# # Red Hat subscription
-rhsm_register: False
+## Red Hat subscription defaults to false which means we will not attempt to
+## subscribe the nodes
+#rhsm_register: False
 
 # # Using Red Hat Satellite:
 #rhsm_register: True