redhat-cop / ocp4-helpernode

This playbook helps set up an "all-in-one" node, that has all the infrastructure/services in order to install OpenShift 4.
335 stars 301 forks source link

Improve validate_host_names.yaml #276

Open christianh814 opened 2 years ago

christianh814 commented 2 years ago

We should improve validate_host_names.yaml by making it clearer to match the regex for a valid internet host and then fail.

Another thing that can be done is validate the Mac Address as well

We should also probably change the name of validate_host_names.yaml to validate.yaml for generic validations. We could also break them up into individual files. I'm open for suggestions on that front.