mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Merge pull request #493 from dev-sec/rndmh3ro-patch-1
update minimum ansible version for roles
This commit is contained in:
commit
ff37289879
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
description: 'This Ansible playbook provides security configuration for mysql.'
|
description: 'This Ansible playbook provides security configuration for mysql.'
|
||||||
company: Hardening Framework Team
|
company: Hardening Framework Team
|
||||||
license: Apache License 2.0
|
license: Apache License 2.0
|
||||||
min_ansible_version: '1.9'
|
min_ansible_version: '2.9.10'
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
description: 'This Ansible role provides secure nginx configurations. http://dev-sec.io/'
|
description: 'This Ansible role provides secure nginx configurations. http://dev-sec.io/'
|
||||||
company: Hardening Framework Team
|
company: Hardening Framework Team
|
||||||
license: Apache License 2.0
|
license: Apache License 2.0
|
||||||
min_ansible_version: '2.5'
|
min_ansible_version: '2.9.10'
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
description: 'This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.'
|
description: 'This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.'
|
||||||
company: Hardening Framework Team
|
company: Hardening Framework Team
|
||||||
license: Apache License 2.0
|
license: Apache License 2.0
|
||||||
min_ansible_version: '2.5'
|
min_ansible_version: '2.9.10'
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
description: 'This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.'
|
description: 'This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.'
|
||||||
company: Hardening Framework Team
|
company: Hardening Framework Team
|
||||||
license: Apache License 2.0
|
license: Apache License 2.0
|
||||||
min_ansible_version: '>=2.9.10'
|
min_ansible_version: '2.9.10'
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
|
Loading…
Reference in a new issue