.yamllint - ansible-roles - A collection of ansible roles I have created over the years.
 (HTM) git clone git://jay.scot/ansible-roles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       .yamllint (138B)
       ---
            1 ---
            2 # Based on ansible-lint config
            3 extends: default
            4 
            5 rules:
            6   line-length:
            7     max: 120
            8     level: warning
            9 
           10 ignore: |
           11   .github/stale.yml