You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/site.yml

19 lines
417 B

---
- 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