mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-08 19:00:18 +01:00
19 lines
417 B
YAML
19 lines
417 B
YAML
---
|
|
- name: MariaDB, Nginx, and PHP-FPM
|
|
hosts: lemp-server
|
|
remote_user: root
|
|
# sudo: yes
|
|
|
|
roles:
|
|
- common
|
|
- ansible-role-mysql
|
|
- ansible-role-nginx
|
|
- ansible-role-memcached
|
|
- ansible-role-php
|
|
- ansible-role-apache
|
|
- ansible-role-apache-php-fpm
|
|
- ansible-role-postfix
|
|
- ansible-role-git
|
|
- ansible-role-composer
|
|
- ansible-role-drush
|
|
- ansible-role-drupal-console
|