highered minimum ansible version because of community.crypto (2.0.x) dependency
This commit is contained in:
parent
086bf13008
commit
781b7c6f3b
|
|
@ -25,6 +25,7 @@ Ansible Role to deploy one or multiple Apache2 sites on a linux server.
|
||||||
* Logging to syslog
|
* Logging to syslog
|
||||||
* Using a Self-Signed certificate
|
* Using a Self-Signed certificate
|
||||||
* Modules: +ssl, headers, rewrite; -autoindex
|
* Modules: +ssl, headers, rewrite; -autoindex
|
||||||
|
* HTTP2 enabled with fallback to HTTP1.1
|
||||||
|
|
||||||
|
|
||||||
* **SSL modes** (_for more info see: [CERT ROLE](https://github.com/ansibleguy/infra_certs)_)
|
* **SSL modes** (_for more info see: [CERT ROLE](https://github.com/ansibleguy/infra_certs)_)
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ galaxy_info:
|
||||||
repository: 'https://github.com/ansibleguy/infra_apache'
|
repository: 'https://github.com/ansibleguy/infra_apache'
|
||||||
issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues'
|
issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues'
|
||||||
github_branch: 'stable'
|
github_branch: 'stable'
|
||||||
min_ansible_version: 2.9.0
|
min_ansible_version: 2.9.10
|
||||||
description: 'Role to deploy apache2 sites on a linux server'
|
description: 'Role to deploy apache2 sites on a linux server'
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue