mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 08:40:18 +01:00
8bcd140b27
- add Solaris as platform in meta/main.yml - version: 11.3 - add Solaris in description in meta/main.yml
27 lines
457 B
YAML
27 lines
457 B
YAML
---
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
author: geerlingguy
|
|
description: Apache 2.x for RedHat/CentOS/Debian/Ubuntu/Solaris.
|
|
company: "Midwestern Mac, LLC"
|
|
license: "license (BSD, MIT)"
|
|
min_ansible_version: 1.4
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- raring
|
|
- saucy
|
|
- trusty
|
|
- name: Solaris
|
|
versions:
|
|
- 11.3
|
|
categories:
|
|
- web
|