mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
PR #127 follow-up: Add support for Amazon Linux.
This commit is contained in:
parent
bea019394a
commit
84f285d24e
1 changed files with 16 additions and 10 deletions
|
@ -3,7 +3,7 @@ dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: geerlingguy
|
author: geerlingguy
|
||||||
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu/Solaris/Suse.
|
description: Apache 2.x for Linux.
|
||||||
company: "Midwestern Mac, LLC"
|
company: "Midwestern Mac, LLC"
|
||||||
license: "license (BSD, MIT)"
|
license: "license (BSD, MIT)"
|
||||||
min_ansible_version: 1.9
|
min_ansible_version: 1.9
|
||||||
|
@ -11,6 +11,9 @@ galaxy_info:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
- name: Amazon
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
@ -29,5 +32,8 @@ galaxy_info:
|
||||||
- 11.3
|
- 11.3
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- web
|
- web
|
||||||
|
- apache
|
||||||
|
- webserver
|
||||||
|
- html
|
||||||
|
|
||||||
allow_duplicates: yes
|
allow_duplicates: yes
|
||||||
|
|
Loading…
Reference in a new issue