2015-08-27 20:31:45 +02:00
|
|
|
---
|
2016-06-11 02:31:11 +02:00
|
|
|
- name: MariaDB, Nginx, and PHP-FPM
|
2016-06-09 13:10:49 +02:00
|
|
|
hosts: lemp-server
|
2015-08-27 20:31:45 +02:00
|
|
|
remote_user: root
|
|
|
|
# sudo: yes
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- common
|
2016-06-12 03:44:25 +02:00
|
|
|
- ansible-role-mysql
|
2016-06-11 03:17:29 +02:00
|
|
|
- ansible-role-nginx
|
2016-06-12 06:00:32 +02:00
|
|
|
- ansible-role-memcached
|
2016-06-11 02:09:20 +02:00
|
|
|
- ansible-role-php
|
2016-07-06 00:00:42 +02:00
|
|
|
- ansible-role-apache
|
2016-07-06 01:20:16 +02:00
|
|
|
- ansible-role-apache-php-fpm
|
2016-06-12 06:17:28 +02:00
|
|
|
- ansible-role-postfix
|
2016-06-12 11:19:58 +02:00
|
|
|
- ansible-role-git
|
2016-06-12 11:20:51 +02:00
|
|
|
- ansible-role-composer
|
2016-06-12 11:15:02 +02:00
|
|
|
- ansible-role-drush
|
2016-06-13 07:29:49 +02:00
|
|
|
- ansible-role-drupal-console
|