RedHatOfficial / ansible-role-redhat_satellite6_installation

Ansible Automation of Red Hat Satellite 6 Installation
MIT License
19 stars 29 forks source link

Ensure that other repositories are disabled #20

Open stdevel opened 4 years ago

stdevel commented 4 years ago

It is mandatory to ensure that other repositories (including non-Red Hat ones such as EPEL) are disabled. See also the official Satellite 6.5 documentation: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5/html/installing_satellite_server_from_a_connected_network/installing_satellite_server#configuring_repositories_satellite

Disable all existing repositories. # subscription-manager repos --disable "*"

Just wanted to spin-up a Vagrant box and missed the EPEL repository which ended in broken dependencies.