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:
|
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
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
- name: Amazon
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- precise
|
- precise
|
||||||
- raring
|
- raring
|
||||||
- saucy
|
- saucy
|
||||||
- trusty
|
- trusty
|
||||||
- xenial
|
- xenial
|
||||||
- name: Suse
|
- name: Suse
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Solaris
|
- name: Solaris
|
||||||
versions:
|
versions:
|
||||||
- 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