Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for top level role groupings #117

Open
astubbs opened this issue Jul 17, 2019 · 1 comment
Open

Add support for top level role groupings #117

astubbs opened this issue Jul 17, 2019 · 1 comment

Comments

@astubbs
Copy link

astubbs commented Jul 17, 2019

I have to work with ansible play books that already have roles defined, e.g. "kafka" - it expects inventory with a group of hosts under the "kafka" label.

The closest i can get is "role_kafka" by adding a tag role = kafka.

Perhaps a special reserved key name for the tag of "role" could be treated differently?

@astubbs
Copy link
Author

astubbs commented Jul 17, 2019

Added a POC for this in #118 . Works for me so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant