dellis23 / ansible-toolkit

The missing Ansible tools
GNU General Public License v3.0
157 stars 16 forks source link

find unused and duplicate variables #12

Open aioue opened 9 years ago

aioue commented 9 years ago

Help stop variable sprawl by finding unused and duplicate variables.

dellis23 commented 9 years ago

Sorry, just now saw your issues since github doesn't seem to want to notify me when new ones are created.

Anyway, I think I get the gist of your idea and think it's interesting, but could you flesh it out in a bit more detail what you think it would look like in practice? Maybe some simple examples would help.

aioue commented 9 years ago

in variables files, a foo: bar that isn't references anywhere else in the code is unused.

Dupes could come in two types