19 lines
398 B
YAML
Executable File
19 lines
398 B
YAML
Executable File
---
|
|
galaxy_info:
|
|
role_name: wordpress
|
|
namespace: hahn-cloud
|
|
author: Lars Hahn
|
|
company: OpenDevChain
|
|
license: MIT
|
|
description: Role to setup wordpress; shoudld be used in combination with an DB-, HTTP-Server and letsencrypt.
|
|
min_ansible_version: 2.7
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- 10
|
|
galaxy_tags:
|
|
- wordpress
|
|
dependencies:
|
|
- mariadb
|
|
- php
|
|
- nginx |