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
|
||||
|
||||
#skip_list:
|
||||
# - '106' # skip name formatting rule
|
||||
|
||||
exclude_paths:
|
||||
- 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
|
||||
with:
|
||||
targets: "."
|
||||
# [required]
|
||||
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
|
||||
args: ""
|
||||
# [optional]
|
||||
override-deps: |
|
||||
rich>=9.5.1,<11.0.0
|
||||
|
|
|
@ -10,5 +10,6 @@ rules:
|
|||
ignore: |
|
||||
host_vars/mail01.l3d.space/vault.yml
|
||||
host_vars/web01.l3d.space/vault.yml
|
||||
host_vars/luna.l3d.ch/vault.yml
|
||||
group_vars/all/vault.yml
|
||||
roles/
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 06eab17b716dfe27ddf84c81e76cf0d2d74cd617
|
||||
Subproject commit ccd5582903d4de903b5cecfe64e208cdbc6bd142
|
Loading…
Reference in a new issue