rhel_subscribe.yml 437 B

12345678910111213
  1. ---
  2. - import_playbook: ../init/evaluate_groups.yml
  3. - name: Subscribe hosts, update repos and update OS packages
  4. hosts: oo_all_hosts
  5. roles:
  6. - role: rhel_subscribe
  7. when:
  8. - openshift_deployment_type == 'openshift-enterprise'
  9. - ansible_distribution == "RedHat"
  10. - (rhsub_user is defined and rhsub_pass is defined) or (rhsub_ak is defined and rhsub_orgid is defined)
  11. - role: openshift_repos
  12. - role: os_update_latest