You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like in https://stackoverflow.com/questions/67213727/ansible-collections-collection-level-variable we could build a role called elasticstack. This will only hold defaults/main.yml and README.md. All variables we use in all roles could be set there. So we had them in a central place to change and document. And we could get rid of those pesky linter messages about variable names not matching role names.
The text was updated successfully, but these errors were encountered:
Like in https://stackoverflow.com/questions/67213727/ansible-collections-collection-level-variable we could build a role called
elasticstack
. This will only holddefaults/main.yml
andREADME.md
. All variables we use in all roles could be set there. So we had them in a central place to change and document. And we could get rid of those pesky linter messages about variable names not matching role names.The text was updated successfully, but these errors were encountered: