mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update roles
This commit is contained in:
parent
8463e7010d
commit
d5596785bc
4 changed files with 5 additions and 8 deletions
|
@ -1,7 +1,5 @@
|
||||||
|
---
|
||||||
use_default_rules: true
|
use_default_rules: true
|
||||||
|
|
||||||
#skip_list:
|
|
||||||
# - '106' # skip name formatting rule
|
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- roles/
|
- roles/
|
||||||
|
|
6
.github/workfows/ansible-linting-check.yml
vendored
6
.github/workfows/ansible-linting-check.yml
vendored
|
@ -16,7 +16,5 @@ jobs:
|
||||||
uses: ansible/ansible-lint-action@master
|
uses: ansible/ansible-lint-action@master
|
||||||
with:
|
with:
|
||||||
targets: "."
|
targets: "."
|
||||||
# [required]
|
override-deps: |
|
||||||
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
|
rich>=9.5.1,<11.0.0
|
||||||
args: ""
|
|
||||||
# [optional]
|
|
||||||
|
|
|
@ -10,5 +10,6 @@ rules:
|
||||||
ignore: |
|
ignore: |
|
||||||
host_vars/mail01.l3d.space/vault.yml
|
host_vars/mail01.l3d.space/vault.yml
|
||||||
host_vars/web01.l3d.space/vault.yml
|
host_vars/web01.l3d.space/vault.yml
|
||||||
|
host_vars/luna.l3d.ch/vault.yml
|
||||||
group_vars/all/vault.yml
|
group_vars/all/vault.yml
|
||||||
roles/
|
roles/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 06eab17b716dfe27ddf84c81e76cf0d2d74cd617
|
Subproject commit ccd5582903d4de903b5cecfe64e208cdbc6bd142
|
Loading…
Reference in a new issue