enable_bootstrap.yml 559 B

12345678910111213141516171819202122
  1. ---
  2. - name: Setup the master bootstrap settings
  3. import_role:
  4. name: openshift_control_plane
  5. tasks_from: bootstrap_settings.yml
  6. - name: Setup the bootstrap kubeconfig
  7. import_role:
  8. name: openshift_control_plane
  9. tasks_from: bootstrap.yml
  10. - name: Setup the node group config maps
  11. import_role:
  12. name: openshift_node_group
  13. run_once: True
  14. - name: Setup the node bootstrap auto approver
  15. import_role:
  16. name: openshift_bootstrap_autoapprover
  17. run_once: True
  18. when:
  19. - openshift_master_bootstrap_auto_approve | default(False) | bool