I appreciate that you take the time to answer, Maxim. The docs you point to are there to read, yes. But I find they do not give much clue as how to enable the quite basic case of running the seed on the ansible control node.
In the past I have set up Bifrost/Ironic manually. Now I want to roll it automagically by Kayobe config. This is the case, and I would assume it to be a very basic one. There is no need to consume a full physical node for the seed in most cases. Thus I would think having a working example of this would be to the benefit of many prospect users of Kayobe - and not just generic description of the variables without the context and the specifics.
Doing what you suggest
# kayobe-config/etc/kayobe/inventory/hosts
localhost ansible_connection=local
[seed]
seed1234 ansible_connection=local
does not do the trick.
If someone could provide a working example of how to roll the seed on the ansible control node based on a working example of kayobe-config, I would much appreciate it.
-Olaf