ansibleguy.infra_apache/meta/main.yml

24 lines
541 B
YAML

---
galaxy_info:
author: 'AnsibleGuy <guy@ansibleguy.net>'
readme: 'README.md'
license: 'MIT'
repository: 'https://github.com/ansibleguy/infra_apache'
issue_tracker_url: 'https://github.com/ansibleguy/infra_apache/issues'
github_branch: 'stable'
min_ansible_version: 2.9.10
description: 'Role to deploy apache2 sites on a linux server'
platforms:
- name: Debian
versions:
- bullseye
galaxy_tags:
- 'web'
- 'webserver'
- 'apache'
collections:
- 'community.crypto'
- 'community.general'