configure_bootstrap.yml 382 B

1234567891011121314
  1. ---
  2. - name: node bootstrap config
  3. hosts: oo_nodes_to_config
  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