Open rbo opened 1 year ago
Small comment on
And 00-provision-hetzner.yml is optional since the first day.
It seems to run automatically whenever certain values are present in cluster.yml, for instance in my case it ran even though I had set up Linux on the root server prior to running the playbook, but nevertheless wanted the DNS setup and the creation of the Let's Encrypt cert to be automated. I might be wrong but I believe as soon as dns_provider
is set to hetzner
, 00-provision-hetzner.yml
is executed. It would be better IMO to add a separate parameter to cluster.yaml to conditionally execute it.
The Idea cam up in #231
Quote from @debovema
Indeed,
libvirt-ocp4
sounds good. And00-provision-hetzner.yml
is optional since the first day.I want to test by my own first:
Right, definitely: NO - I used these playbooks to install ocp4 on server all bare-metal server. That's why you can disable dns_provider too.
We (@ableischwitz & I) made some changes in devel tree to get it running. So please try it again with devel tree.
Support / PR is always highly appreciated!