Description of problem: In inventory hsots example file, the variable of openshift_generate_no_proxy_hosts is showed in a incorrect form: #openshift_generate_no_proxy_hosts: True Version-Release number of selected component (if applicable): atomic-openshift-utils-3.0.86-1.git.0.e221ac1.el7.noarch How reproducible: Always Steps to Reproduce: 1.In inventory hosts file,set "openshift_generate_no_proxy_hosts: False" accorrding to the example file. 2.Run "ansible-playbook -i hosts /usr/share/ansible/openshift-ansible/playbooks/byo/config.yml" Actual results: ERROR: hosts:66: variables assigned to group must be in key=value form Expected results: Showing the correct form in example inventory hosts files. Additional info:
Proposed fix https://github.com/openshift/openshift-ansible/pull/1828
Verified with openshift-ansible-docs-3.0.90 [root@xxx ~]# grep -nir "openshift_generate_no_proxy" /usr/share/doc/openshift-ansible-docs-3.0.90/docs/ /usr/share/doc/openshift-ansible-docs-3.0.90/docs/example-inventories/hosts.aep.example:394:#openshift_generate_no_proxy_hosts=True /usr/share/doc/openshift-ansible-docs-3.0.90/docs/example-inventories/hosts.origin.example:399:#openshift_generate_no_proxy_hosts=True /usr/share/doc/openshift-ansible-docs-3.0.90/docs/example-inventories/hosts.ose.example:395:#openshift_generate_no_proxy_hosts=True
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1208