remove garbage

This commit is contained in:
Sergey Malyuk
2025-12-15 12:34:19 +03:00
parent 246905a2ee
commit b2277e43ba
9 changed files with 0 additions and 66 deletions

View File

@@ -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/

View File

@@ -1,3 +0,0 @@
.vscode
.idea
.lock

View File

@@ -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

View File

@@ -1,11 +0,0 @@
---
name: ansible-borgmatic
channels:
- conda-forge
dependencies:
- python~=3.12.0
- pip>=24.2
- actionlint
- pip:
- -r requirements.txt
- -r requirements.ci.txt

View File

@@ -1,9 +0,0 @@
---
name: ansible-borgmatic
channels:
- conda-forge
dependencies:
- python~=3.12.0
- pip>=24.2
- pip:
- -r requirements.txt

View File

@@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

View File

@@ -1,6 +0,0 @@
ansible-lint
molecule==24.12.0
molecule-plugins[docker]
docker~=7.1.0
requests==2.31.0 # pinned to the latest version not breaking Docker SDK
yamllint

View File

@@ -1 +0,0 @@
ansible~=11.3.0

View File

@@ -1,6 +0,0 @@
# requirements file
---
collections:
- name: https://github.com/maxhoesel/ansible-collection-borgbackup
type: git
version: "v2.0.1"