+ nginx, php-fpm and octobercms playbooks
* separate wp-apache and nginx php-fpm playbooks
This commit is contained in:
11
manala/manala.nginx.yml
Normal file
11
manala/manala.nginx.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: debian10
|
||||
collections:
|
||||
- nginxinc.nginx_core
|
||||
- manala.roles
|
||||
tasks:
|
||||
- name: Install NGINX
|
||||
ansible.builtin.include_role:
|
||||
name: nginx
|
||||
vars:
|
||||
nginx_type: opensource
|
||||
Reference in New Issue
Block a user