22 lines
522 B
YAML
22 lines
522 B
YAML
---
|
|
galaxy_info:
|
|
author: adellam
|
|
description: Wordpress installation and initialization using the WP CLI.
|
|
company: ISTI-CNR
|
|
license: license (EUPL)
|
|
min_ansible_version: 2.7
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- 18.04
|
|
galaxy_tags:
|
|
- wordpress
|
|
|
|
#dependencies:
|
|
# - { role: '../../library/roles/mysql', when: wordpress_local_mysql }
|
|
# - role: '../../library/roles/php-fpm'
|
|
# - { role: '../../library/roles/nginx', when: wordpress_local_nginx }
|