in principle yes, but this is not my intention … I would actually only like to have more possibilities for classification.
Maybe I’m thinking too complicated here, but the background is that I have systems that are assigned to different groups in ansible at the same time (which is not possible with the host groups and also host_collections (at least currently (see also Host_collections and ansible variables - #20 by nofaralfasi ) cannot be used) in order to assign different values to ansible variables (and merge them). For example, if a host is in the group web server and at the same time in the group mysql, I would like to define that mysql and httpd have to be installed. Yes, I could use AWX but I want a solution that is simple without a 2nd management system.
That’s why I came up with the idea of using a dynamic inventory.