registry_auth.yml 351 B

12345678910111213
  1. ---
  2. # This playbook is intended to be included from playbooks/updates/registry_auth.yml
  3. - name: Update master registry_auth
  4. hosts: oo_masters_to_config
  5. serial: 1
  6. tasks:
  7. - import_role:
  8. name: openshift_control_plane
  9. tasks_from: registry_auth.yml
  10. - import_playbook: restart.yml
  11. vars:
  12. openshift_rolling_restart_mode: 'services'