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.
342 stars 303 forks source link

add internet variable #310

Closed schabrolles closed 1 year ago

schabrolles commented 1 year ago

the variable internet=false tells Ansible to not perform some action that need internet access. The user will have to be sure that the image deployed has the right packages already installed.

The reason for this is when the bastion has to be deployed in a network that can't connect to internet (disconnected cluster).