mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +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,31 +3,37 @@ dependencies: []
|
|||
|
||||
galaxy_info:
|
||||
author: geerlingguy
|
||||
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu/Solaris/Suse.
|
||||
description: Apache 2.x for Linux.
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
min_ansible_version: 1.9
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- all
|
||||
- name: Amazon
|
||||
versions:
|
||||
- all
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- precise
|
||||
- raring
|
||||
- saucy
|
||||
- trusty
|
||||
- xenial
|
||||
- precise
|
||||
- raring
|
||||
- saucy
|
||||
- trusty
|
||||
- xenial
|
||||
- name: Suse
|
||||
versions:
|
||||
- all
|
||||
- all
|
||||
- name: Solaris
|
||||
versions:
|
||||
- 11.3
|
||||
- 11.3
|
||||
galaxy_tags:
|
||||
- web
|
||||
- apache
|
||||
- webserver
|
||||
- html
|
||||
|
||||
allow_duplicates: yes
|
||||
|
|
Loading…
Reference in a new issue