Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sshd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Tilman Vatteroth
sshd
Commits
0fdcc2b0
Commit
0fdcc2b0
authored
Jan 9, 2022
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Add gitlab CI config
parent
180a8274
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ansible-lint
+2
-0
2 additions, 0 deletions
.ansible-lint
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
with
19 additions
and
0 deletions
.ansible-lint
0 → 100644
+
2
−
0
View file @
0fdcc2b0
skip_list:
- role-name
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
+
17
−
0
View file @
0fdcc2b0
---
stages
:
-
linting
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
cache
:
paths
:
-
.cache
ansible-lint
:
stage
:
linting
image
:
registry.gitlab.com/pipeline-components/ansible-lint:latest
before_script
:
-
pip3 install yamllint
script
:
-
ansible-lint .
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment