openshift_node_group.yml 605 B

1234567891011121314151617181920212223
  1. # This playbook installs onto a provisioned cluster
  2. ---
  3. - hosts: localhost
  4. connection: local
  5. tasks:
  6. - name: place all scale groups into Ansible groups
  7. include_role:
  8. name: openshift_gcp
  9. tasks_from: setup_scale_group_facts.yml
  10. vars:
  11. all_nodes: true
  12. - import_playbook: ../../init/main.yml
  13. vars:
  14. l_init_fact_hosts: "oo_masters_to_config"
  15. l_openshift_version_set_hosts: "all:!all"
  16. l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
  17. - name: Setup node-group configmaps
  18. hosts: oo_first_master
  19. tasks:
  20. - import_role:
  21. name: openshift_node_group