Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Merge requests
!8
Add CI config
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add CI config
ci-config
into
master
Overview
0
Commits
4
Pipelines
1
Changes
3
Merged
Lars Beckers
requested to merge
ci-config
into
master
5 years ago
Overview
0
Commits
4
Pipelines
1
Changes
3
0
0
Merge request reports
Viewing commit
e3168dfe
Prev
Next
Show latest version
3 files
+
39
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
e3168dfe
add gitlab CI config; add ansible-lint config; update yamllint config
· e3168dfe
Lars Beckers
authored
5 years ago
.ansible-lint
0 → 100644
+
9
−
0
View file @ e3168dfe
Edit in single-file editor
Open in Web IDE
parseable: true
quiet: true
use_default_rules: true
skip_list:
- '204' # line length is checked by yamllint
- '401' # git checkout must contain explicit version
- '701' # 7xx is about ansible galaxy guidelines
- '702'
- '703'
Loading