Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
homelab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
shore
homelab
Commits
5abb2281
Commit
5abb2281
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI.
parent
94d4a10e
No related branches found
No related tags found
No related merge requests found
Pipeline
#167
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+11
-6
11 additions, 6 deletions
.pre-commit-config.yaml
README.md
+4
-2
4 additions, 2 deletions
README.md
with
31 additions
and
8 deletions
.gitlab-ci.yml
0 → 100644
+
16
−
0
View file @
5abb2281
---
image
:
adarnimrod/ci-images:docker
stages
:
-
test
pre-commit
:
stage
:
test
image
:
adarnimrod/ci-images:pre-commit
variables
:
XDG_CACHE_HOME
:
"
$CI_PROJECT_DIR/.cache"
script
:
-
pre-commit run --all-files
cache
:
paths
:
-
.cache/
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
11
−
6
View file @
5abb2281
---
---
repos
:
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
2.5
.0
rev
:
v
3.3
.0
hooks
:
hooks
:
-
id
:
check-added-large-files
-
id
:
check-added-large-files
-
id
:
check-executables-have-shebangs
-
id
:
check-executables-have-shebangs
...
@@ -10,18 +10,18 @@ repos:
...
@@ -10,18 +10,18 @@ repos:
-
id
:
check-yaml
-
id
:
check-yaml
-
id
:
detect-private-key
-
id
:
detect-private-key
-
id
:
trailing-whitespace
-
id
:
trailing-whitespace
-
repo
:
https://git
hub.com/adarnimrod
/ansible-pre-commit.git
-
repo
:
https://git
.shore.co.il/ansible
/ansible-pre-commit.git
rev
:
v0.
9
.0
rev
:
v0.
8
.0
hooks
:
hooks
:
-
id
:
ansible-syntax-check
-
id
:
ansible-syntax-check
files
:
bootstrap\.yaml|router\.yaml
files
:
bootstrap\.yaml|router\.yaml
types
:
[
yaml
]
types
:
[
yaml
]
-
repo
:
https://github.com/
willthames
/ansible-lint
-
repo
:
https://github.com/
ansible
/ansible-lint
rev
:
v4.3.
0a0
rev
:
v4.3.
7
hooks
:
hooks
:
-
id
:
ansible-lint
-
id
:
ansible-lint
-
repo
:
https://github.com/adrienverge/yamllint
-
repo
:
https://github.com/adrienverge/yamllint
rev
:
v1.2
1
.0
rev
:
v1.2
5
.0
hooks
:
hooks
:
-
id
:
yamllint
-
id
:
yamllint
-
repo
:
https://github.com/amperser/proselint/
-
repo
:
https://github.com/amperser/proselint/
...
@@ -29,3 +29,8 @@ repos:
...
@@ -29,3 +29,8 @@ repos:
hooks
:
hooks
:
-
id
:
proselint
-
id
:
proselint
types
:
[
markdown
]
types
:
[
markdown
]
-
repo
:
https://github.com/Yelp/detect-secrets
rev
:
v0.14.3
hooks
:
-
id
:
detect-secrets
exclude
:
Pipfile\.lock
This diff is collapsed.
Click to expand it.
README.md
+
4
−
2
View file @
5abb2281
# Homelab
#
Homelab
[

](https://git.shore.co.il/shore/homelab/-/commits/master)
> My homelab setup using Ansible.
> My homelab setup using Ansible.
...
@@ -30,4 +32,4 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
...
@@ -30,4 +32,4 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
Nimrod Adar,
[
contact me
](
mailto:nimrod@shore.co.il
)
or visit my
[
website
](
Nimrod Adar,
[
contact me
](
mailto:nimrod@shore.co.il
)
or visit my
[
website
](
https://www.shore.co.il/
)
. Patches are welcome via
[
`git send-email`
](
https://www.shore.co.il/
)
. Patches are welcome via
[
`git send-email`
](
http://git-scm.com/book/en/v2/Git-Commands-Email
)
. The repository is located
http://git-scm.com/book/en/v2/Git-Commands-Email
)
. The repository is located
at:
<https://
www
.shore.co.il/
git
/>
.
at:
<https://
git
.shore.co.il/
explore
/>
.
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