label_nodes.yml 289 B

12345678910111213
  1. ---
  2. - name: Set node schedulability
  3. hosts: oo_masters_to_config
  4. roles:
  5. - openshift_facts
  6. - lib_openshift
  7. tasks:
  8. - import_role:
  9. name: openshift_manage_node
  10. tasks_from: config.yml
  11. vars:
  12. openshift_master_host: '{{ groups.oo_first_master.0 }}'