telekom-mms / ansible-collection-icinga

This collection offers an almost complete solution to set up your monitoring with Ansible and Icinga. From setting up the Icinga agent unto automating the deployment of the Icinga director, you can install the necessary tools from a single source.
6 stars 8 forks source link

linting - var-naming[no-role-prefix] #48

Open beechesII opened 1 year ago

beechesII commented 1 year ago

Do we want to fullfill this linting rule @xFuture603 ?

Example: Variables names from within roles should use role_name_ as a prefix. (set_fact: end_time)

xFuture603 commented 1 year ago

I think we should implement this if we have some spare time.