Skip to content

Commit

Permalink
checkov fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 24, 2024
1 parent 670051f commit 77c5c67
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .v8rrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ customCatalog:
schemas:
- name: Example Playbooks Inside Roles Schema
description: Example Playbooks Inside Roles Schema
fileMatch: ["roles/bareos/examples/*.yml"]
url: |
fileMatch: ["roles/*/examples/*.yml"]
location: |
https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/playbook
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
- Aleksandr Bazhenov <>
description: Various roles for Linux
license:
- MIT-0
- BSD-3-Clause
tags:
- linux
- monitoring
Expand Down
4 changes: 2 additions & 2 deletions roles/bareos/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ galaxy_info:
namespace: alexanderbazhenoff
author: Aleksandr Bazhenov
description: Install and configure Bareos components.
license: MIT-0
min_ansible_version: 2.9.0
license: BSD-3-Clause
min_ansible_version: 2.10.0
platforms:
- name: Ubuntu
versions:
Expand Down
4 changes: 2 additions & 2 deletions roles/lxcfs/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
galaxy_info:
author: Aleksandr Bazhenov
description: Installs and configures lxc/lxcfs on linux system
license: MIT-0
license: BSD-3-Clause
namespace: alexanderbazhenoff
min_ansible_version: 2.9.0
min_ansible_version: 2.10.0

platforms:
- name: Ubuntu
Expand Down
4 changes: 2 additions & 2 deletions roles/postgresql/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ galaxy_info:
namespace: alexanderbazhenoff
author: Aleksandr Bazhenov
description: Install and configure PostgreSQL database instance and pgadmin.
license: MIT-0
min_ansible_version: 2.9.0
license: BSD-3-Clause
min_ansible_version: 2.10.0
platforms:
- name: Ubuntu
versions:
Expand Down
4 changes: 2 additions & 2 deletions roles/zabbix_agent/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ galaxy_info:
namespace: alexanderbazhenoff
author: Aleksandr Bazhenov
description: Installs zabbix agent and configure services, apps and platform autodiscovery.
license: MIT-0
min_ansible_version: 2.9
license: BSD-3-Clause
min_ansible_version: 2.10.0
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit 77c5c67

Please sign in to comment.