remove unneeded files
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
---
|
||||
profile: production
|
||||
strict: true
|
||||
|
||||
# Enable checking of loop variable prefixes in roles
|
||||
loop_var_prefix: "^(__|{role}_)"
|
||||
|
||||
skip_list:
|
||||
- var-naming[no-role-prefix]
|
||||
|
||||
warn_list:
|
||||
- role-name[path]
|
||||
- var-naming[no-role-prefix]
|
||||
|
||||
exclude_paths:
|
||||
- .github/
|
||||
2
roles/promtail/.gitignore
vendored
2
roles/promtail/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
.vscode
|
||||
.idea
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
rules:
|
||||
brackets:
|
||||
forbid: false
|
||||
min-spaces-inside: 0
|
||||
max-spaces-inside: 2
|
||||
min-spaces-inside-empty: -1
|
||||
max-spaces-inside-empty: 2
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
ansible
|
||||
molecule
|
||||
molecule-plugins[docker]
|
||||
docker
|
||||
requests==2.31.0 # pinned to the latest version not breaking Docker SDK
|
||||
Reference in New Issue
Block a user