+ debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret

This commit is contained in:
2023-02-14 17:42:13 +03:00
parent abc9e3c177
commit 3c53ae07cd
25 changed files with 673 additions and 5 deletions

View File

@ -0,0 +1,34 @@
---
# Copyright (C) 2014-2019 Maciej Delmanowski <drybjed@gmail.com>
# Copyright (C) 2015-2019 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:
author: 'Maciej Delmanowski'
description: 'Install and configure PHPMyAdmin on a MySQL database server'
company: 'DebOps'
license: 'GPL-3.0-only'
min_ansible_version: '1.7.0'
platforms:
- name: Ubuntu
versions:
- precise
- quantal
- raring
- saucy
- trusty
- name: Debian
versions:
- wheezy
- jessie
galaxy_tags:
- mysql
- database
- php