configure_bootstrap.yml 468 B

12345678910111213141516
  1. ---
  2. - name: node bootstrap config
  3. hosts: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes
  4. tasks:
  5. - import_role:
  6. name: openshift_node
  7. tasks_from: bootstrap.yml
  8. - import_role:
  9. name: openshift_node_group
  10. tasks_from: bootstrap.yml
  11. - name: Have the nodes automatically pull their configuration
  12. import_role:
  13. name: openshift_node_group
  14. tasks_from: bootstrap_config.yml
  15. - set_fact:
  16. openshift_is_bootstrapped: True