Shared Config Across Multiple Projects #4162
-
ScenarioMy team and I manage a set of 20-30 Ansible roles. We'd like to have them all share the same ansible-lint config. While we can relatively easily manage the config file in each repo w/ some additional tooling, we'd like to find a better way, if one exists. QuestionIs there a built-in method w/ Existing MethodWhat I'm doing now is essentially setting up each repo to have CI download the shared config and point ChallengesLocal ReproductionWhen team members are developing roles locally, they have to manually manage pulling down the shared config each time they need it, or setting themselves up w/ some scripts/etc to run Would be really handy to be able to have it where we can tell |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is no one answer, the best answer would be to put it in a CI template that is shared and injected into the project when the linting runs. Though this prevents it being run locally. |
Beta Was this translation helpful? Give feedback.
There is no one answer, the best answer would be to put it in a CI template that is shared and injected into the project when the linting runs. Though this prevents it being run locally.