Added cloud-init KB and examples

This commit is contained in:
Michele Cereda
2022-11-27 11:56:25 +01:00
parent e1832bd9f9
commit 09007d76a5
4 changed files with 76 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
args:
@@ -13,16 +13,17 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint
args:
- -r "~MD013" # ignore line-length rule
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.1.0
rev: v6.9.0
hooks:
- id: ansible-lint
exclude: ^cloud-init/
- repo: https://github.com/hadolint/hadolint
rev: v2.10.0
rev: v2.12.1-beta
hooks:
- id: hadolint