update_master_count.yml 264 B

1234567
  1. ---
  2. - name: Update master count
  3. yedit:
  4. src: "{{ openshift.common.config_base }}/master/master-config.yaml"
  5. key: 'kubernetesMasterConfig.masterCount'
  6. value: "{{ openshift_master_count | default(groups.oo_masters | length) }}"
  7. notify: restart master