Few example topology.yml files in Docs to explain most common options to restrict user access and what are the options
Without a clear example of how to use different options and in which situation it's hard to figure out how to best build game topology. E.g. I know you can restrict access to the whole network and it won't configure SSH config for a whole network, but if you want to restrict access to only a specific host but still be able to open ssh Dynamic port for proxy it's not clear how and at what stage to use kypo_user_access_present
it's part of default Ansible Network Stage One. I've tried to add the variable to host_vars and group_vars in preconfig as well as in provisioning, but I'm not sure how and in what order are loaded Ansible variables in Ansible Network Stage One or whether I would have to move kypo-user-access to provisioning and away from Stage One.
Having a few detailed examples with a simple demo git repo would help a lot with the game design stage.