viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Hostname inconsistencies with the ELAN #126

Open viccross opened 1 year ago

viccross commented 1 year ago

In the certificate and generated host file, the name is lxocpb01. Except for the fact it ignores the client-provided hostname (if there is one) it's okay. The DNS, however, does not have lxocpb01 but rather has bastion. This is going to (possibly) break the change I made to finna to have it use gethostname and friends to find out what the FQDN is.

viccross commented 1 year ago

I need to fix

the fact it ignores the client-provided hostname (if there is one)