add
This commit is contained in:
3
.ansible-lint
Normal file
3
.ansible-lint
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
skip_list:
|
||||||
|
- 'yaml'
|
||||||
|
- 'role-name'
|
||||||
0
.ansible/.lock
Normal file
0
.ansible/.lock
Normal file
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -55,4 +55,3 @@ jobs:
|
|||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
MOLECULE_DISTRO: ${{ matrix.distro }}
|
MOLECULE_DISTRO: ${{ matrix.distro }}
|
||||||
|
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/bin/python"
|
||||||
|
}
|
||||||
10
.yamllint
Normal file
10
.yamllint
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
line-length:
|
||||||
|
max: 200
|
||||||
|
level: warning
|
||||||
|
|
||||||
|
ignore: |
|
||||||
|
.github/workflows/stale.yml
|
||||||
@@ -26,5 +26,4 @@ galaxy_info:
|
|||||||
- prometheus
|
- prometheus
|
||||||
- node
|
- node
|
||||||
- exporter
|
- exporter
|
||||||
- metrics
|
- metrics
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user