openshift_node_group.yml 416 B

1234567891011121314
  1. ---
  2. - name: Configure node configmap on the master
  3. hosts: oo_first_master
  4. gather_facts: no
  5. roles:
  6. - role: openshift_facts
  7. - role: lib_utils
  8. tasks:
  9. # node_group_checks is a custom action plugin defined in lib_utils.
  10. - name: Validate openshift_node_groups and openshift_node_group_name
  11. node_group_checks: {}
  12. - name: include openshift node config
  13. import_role:
  14. name: openshift_node_group