rhel_subscribe.yml 385 B

1234567891011121314
  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
  11. - rhsub_pass is defined
  12. - role: openshift_repos
  13. - role: os_update_latest