33 lines
827 B
YAML
33 lines
827 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:
|
|
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-php-fpm.git
|
|
version: master
|
|
name: php-fpm
|
|
state: latest
|
|
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-nginx.git
|
|
version: master
|
|
name: nginx
|
|
state: latest
|
|
when: wordpress_local_nginx
|
|
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-mysql.git
|
|
version: master
|
|
name: mysql
|
|
state: latest
|
|
when: wordpress_local_mysql
|