manual steps for Satellite on Azure
there are some manual steps necessary when deploying Satellite on Azure (maybe on other platforms as well)
- you will have to use
-s
to disable checks (this is done in the role by using satellite_skip_checks = true) - add the FQDN with internal and public IP to
/etc/hosts
- don't forget to open HTTP/HTTPS for the instance
- manually disable rhel-7-server-htb-rpms if enabled
- use
hostnamectl set-hostname <public FQDN>