--- - name: node bootstrap config hosts: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes tasks: - import_role: name: openshift_node tasks_from: bootstrap - import_role: name: openshift_node_group tasks_from: bootstrap - name: Have the nodes automatically pull their configuration import_role: name: openshift_node_group tasks_from: bootstrap_config - set_fact: openshift_is_bootstrapped: True