30 lines
679 B
YAML
30 lines
679 B
YAML
---
|
|
# Copyright (C) 2016-2017 Robin Schneider <ypid@riseup.net>
|
|
# Copyright (C) 2016-2022 DebOps <https://debops.org/>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
# Ensure that custom Ansible plugins and modules included in the main DebOps
|
|
# collection are available to roles in other collections.
|
|
collections: [ 'debops.debops' ]
|
|
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
|
|
company: 'DebOps'
|
|
author: 'Robin Schneider'
|
|
description: 'Manage and configure the Apache HTTP Server'
|
|
license: 'GPL-3.0-only'
|
|
min_ansible_version: '2.3.0'
|
|
|
|
platforms:
|
|
|
|
- name: 'Ubuntu'
|
|
versions: [ 'all' ]
|
|
|
|
- name: 'Debian'
|
|
versions: [ 'all' ]
|
|
|
|
galaxy_tags:
|
|
- web
|
|
- webserver
|