@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
43 lines (40 loc) • 550 B
YAML
version: '2'
plugins:
eslint:
enabled: true
yamllint:
enabled: true
exclude_patterns:
- _generated_/
- .common/
- .config/
- .git/
- .go/
- .modules/
- .npm/
- .pnpm-store/
- .task/
- .travis.yml
- .venv/
- .vscode/
- '*.hbs.yml'
- '**/*_test.go'
- '**/*.d.ts'
- '**/node_modules/'
- '**/spec/'
- '**/test/'
- '**/tests/'
- '**/vendor/'
- build/
- config/
- db/
- deprecated/
- dist/
- features/
- pnpm-lock.yaml
- roles/
- script/
- test-output/
- testdata/
- Tests/